diff 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
line wrap: on
line diff
--- a/src/ui_fileops.h	Sun Apr 20 10:05:27 2008 +0000
+++ b/src/ui_fileops.h	Sun Apr 20 13:04:57 2008 +0000
@@ -28,7 +28,7 @@
 		gchar *msg = g_strdup_printf(__VA_ARGS__); \
 		print_term(msg); \
 		g_free(msg); \
-	} while (0) 
+	} while (0)
 
 gchar *path_to_utf8(const gchar *path);
 gchar *path_from_utf8(const gchar *path);