diff src/editors.c @ 995:6ca2c5fd7b13

Whitespaces cleanup.
author zas_
date Mon, 25 Aug 2008 22:20:45 +0000
parents e73552743bda
children 4fe8f9656107
line wrap: on
line diff
--- a/src/editors.c	Mon Aug 25 18:13:33 2008 +0000
+++ b/src/editors.c	Mon Aug 25 22:20:45 2008 +0000
@@ -832,7 +832,7 @@
 {
 	return (n >= 0 && n < GQ_EDITOR_SLOTS
 		&& options->editor[n].command
-		&& strlen(options->editor[n].command) > 0); 
+		&& strlen(options->editor[n].command) > 0);
 }
 
 gint start_editor_from_filelist_full(gint n, GList *list, EditorCallback cb, gpointer data)