From 929f034755d3ed9d969338c6986a939ae7713b69 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 5 Feb 2007 17:03:30 +0000 Subject: [PATCH] cosmetics: indentation Originally committed as revision 7830 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b036016..cda0d91 100755 --- a/configure +++ b/configure @@ -1671,11 +1671,11 @@ fi if (imlib2-config --version) >/dev/null 2>&1 ; then temp_cflags `imlib2-config --cflags` temp_extralibs `imlib2-config --libs` -check_ld < int main( void ) { return (int) imlib_load_font("foo"); } EOF -restore_flags + restore_flags fi ########################################## -- 2.7.4