summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-25 09:54:38 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-25 09:54:38 +0000
commitcb6b4c98d2f8907f3ef43fbbac7d36de1c0949e2 (patch)
tree532061abc953d4cba992affbeec0f0db6e3b42ba
parent8c6afa4dae7df62dfceed22e65fe243762fdd137 (diff)
cosmetics: indentation
Originally committed as revision 12578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 940e5e0ab7..e7fa4be43c 100755
--- a/configure
+++ b/configure
@@ -1308,8 +1308,8 @@ add_extralibs $osextralibs
enabled logging || logfile=/dev/null
- echo "# $0 $@" >$logfile
- set >>$logfile
+echo "# $0 $@" >$logfile
+set >>$logfile
# Combine FFLDFLAGS and the LDFLAGS environment variable.
LDFLAGS="$FFLDFLAGS $LDFLAGS"