From 2222855e833fccb2c3a620e31855d81a7364ae6d Mon Sep 17 00:00:00 2001 From: Steven Tamm Date: Sun, 29 Aug 2004 16:56:17 +0000 Subject: [PATCH] Fixing whitespace style issue with #define --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index b9299910186..a90111b22b6 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -6304,7 +6304,7 @@ and `read-file-name-function'. */) GCPRO2 (insdef, default_filename); -#if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) || defined(TARGET_API_MAC_CARBON) +#if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK) || defined (TARGET_API_MAC_CARBON) if ((NILP (last_nonmenu_event) || CONSP (last_nonmenu_event)) && use_dialog_box && use_file_dialog -- 2.39.5