Enlightenment CVS committal
Author : englebass
Project : e17
Module : libs/efreet
Dir : e17/libs/efreet/src/lib
Modified Files:
efreet_mime.c
Log Message:
formatting
===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_mime.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- efreet_mime.c 12 Aug 2007 19:28:02 -0000 1.29
+++ efreet_mime.c 13 Aug 2007 05:33:26 -0000 1.30
@@ -245,9 +245,10 @@
* @return Returns mime type as a string
* @brief Retreive the mime type of a file using magic
*/
-const char *efreet_mime_magic_type_get(const char *file)
+const char *
+efreet_mime_magic_type_get(const char *file)
{
- return efreet_mime_magic_check_priority(file,0,0);
+ return efreet_mime_magic_check_priority(file, 0, 0);
}
/**
@@ -255,7 +256,8 @@
* @return Returns mime type as a string
* @brief Retreive the mime type of a file using globs
*/
-const char *efreet_mime_globs_type_get(const char *file)
+const char *
+efreet_mime_globs_type_get(const char *file)
{
Efreet_Mime_Glob *g;
char *s, *sl, *p;
@@ -307,7 +309,8 @@
* @return Returns mime type as a string
* @brief Retreive the special mime type of a file
*/
-const char *efreet_mime_special_type_get(const char *file)
+const char *
+efreet_mime_special_type_get(const char *file)
{
return efreet_mime_special_check(file);
}
@@ -318,7 +321,8 @@
* @return Returns mime type as a string
* @brief Retreive the fallback mime type of a file
*/
-const char *efreet_mime_fallback_type_get(const char *file)
+const char *
+efreet_mime_fallback_type_get(const char *file)
{
return efreet_mime_fallback_check(file);
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs