changeset 20354:7b1516f23d22

cosmetics: Fix indentation after last commit.
author diego
date Sun, 22 Oct 2006 13:19:55 +0000
parents c9eb8504febd
children 8a12502290a7
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Oct 22 13:19:15 2006 +0000
+++ b/configure	Sun Oct 22 13:19:55 2006 +0000
@@ -7368,11 +7368,11 @@
 echocheck "lirc"
 if test "$_lirc" = auto ; then
   _lirc=no
-      cat > $TMPC <<EOF
+  cat > $TMPC <<EOF
 #include <lirc/lirc_client.h>
 int main(void) { return 0; }
 EOF
-      cc_check -llirc_client && _lirc=yes
+  cc_check -llirc_client && _lirc=yes
 fi
 if test "$_lirc" = yes ; then
   _def_lirc='#define HAVE_LIRC 1'