From 9815aef4d0cc106302af8f90da142823aa2f4f1a Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 22 Oct 2006 13:19:55 +0000 Subject: [PATCH] cosmetics: Fix indentation after last commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20360 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b7df7d3c8d..612da97cb6 100755 --- a/configure +++ b/configure @@ -7368,11 +7368,11 @@ echores "$_joystick" echocheck "lirc" if test "$_lirc" = auto ; then _lirc=no - cat > $TMPC < $TMPC < 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'