From: Richard M. Stallman Date: Sat, 23 Sep 2006 03:07:19 +0000 (+0000) Subject: Whitespace fix. X-Git-Tag: emacs-pretest-22.0.90~391 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7adfb96e729f42c3fe4a2edf48bf1100248621a2;p=emacs.git Whitespace fix. --- diff --git a/src/gtkutil.c b/src/gtkutil.c index 19fb8ef69a3..fb3c9447f84 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -1384,7 +1384,7 @@ xg_get_file_with_chooser (f, prompt, default_filename, message[0] = '\0'; /* Gtk+ 2.10 has the file name text entry box integrated in the dialog. Show the C-l help text only for versions < 2.10. */ - if (gtk_check_version(2, 10, 0) && action != GTK_FILE_CHOOSER_ACTION_SAVE) + if (gtk_check_version (2, 10, 0) && action != GTK_FILE_CHOOSER_ACTION_SAVE) strcat (message, "\nType C-l to display a file name text entry box.\n"); strcat (message, "\nIf you don't like this file selector, use the " "corresponding\nkey binding or customize "