comparison src/ui_fileops.h @ 442:4b2d7f9af171

Big whitespaces cleanup: - drop whitespaces at end of lines - convert eight spaces to tab at start of lines - drop spurious spaces mixed with tabs - remove empty lines at end of files
author zas_
date Sun, 20 Apr 2008 13:04:57 +0000
parents 2649a28d31b6
children ddabc4873a3f
comparison
equal deleted inserted replaced
441:08eb7137cd94 442:4b2d7f9af171
26 #define printf_term(...) \ 26 #define printf_term(...) \
27 do { \ 27 do { \
28 gchar *msg = g_strdup_printf(__VA_ARGS__); \ 28 gchar *msg = g_strdup_printf(__VA_ARGS__); \
29 print_term(msg); \ 29 print_term(msg); \
30 g_free(msg); \ 30 g_free(msg); \
31 } while (0) 31 } while (0)
32 32
33 gchar *path_to_utf8(const gchar *path); 33 gchar *path_to_utf8(const gchar *path);
34 gchar *path_from_utf8(const gchar *path); 34 gchar *path_from_utf8(const gchar *path);
35 35
36 const gchar *homedir(void); 36 const gchar *homedir(void);