changeset 19473:4bae35431365

cosmetics: Fix indentation after last commit.
author diego
date Mon, 21 Aug 2006 16:24:45 +0000
parents dc0ae47ef220
children 07209f48e527
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Aug 21 16:24:16 2006 +0000
+++ b/configure	Mon Aug 21 16:24:45 2006 +0000
@@ -3920,12 +3920,12 @@
 echocheck "XF86keysym"
 if test "$_xf86keysym" = auto; then
   _xf86keysym=no
-    cat > $TMPC <<EOF
+  cat > $TMPC <<EOF
 #include <X11/Xlib.h>
 #include <X11/XF86keysym.h>
 int main(void) { return XF86XK_AudioPause; }
 EOF
-    cc_check $_ld_x11 && _xf86keysym=yes
+  cc_check $_ld_x11 && _xf86keysym=yes
 fi
 if test "$_xf86keysym" = yes ; then
   _def_xf86keysym='#define HAVE_XF86XK 1'