From 5e39ed4c458cf1f461f9f65222ccd5d21463c83c Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Fri, 30 Dec 2011 23:00:52 +0000
Subject: [PATCH] Untabify

[[Imported from SVN: r5138]]
---
 m4/ipopt.m4 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/m4/ipopt.m4 b/m4/ipopt.m4
index 4c10733a..f6bf43df 100644
--- a/m4/ipopt.m4
+++ b/m4/ipopt.m4
@@ -16,12 +16,12 @@ if test x$with_ipopt != xno ; then
 
 # is --with-ipopt=bla used?
 if test "x$with_ipopt" != x ; then
-	if ! test -d $with_ipopt; then
+    if ! test -d $with_ipopt; then
         AC_MSG_WARN([IPOpt directory $with_ipopt does not exist])
-	else
+    else
         # expand tilde / other stuff
-		IPOPTROOT=`cd $with_ipopt && pwd`
-	fi
+        IPOPTROOT=`cd $with_ipopt && pwd`
+    fi
 fi
 if test "x$IPOPTROOT" = x; then
     # use some default value...
@@ -54,10 +54,10 @@ if test x$HAVE_IPOPT = x1 ; then
    AC_LINK_IFELSE(AC_LANG_PROGRAM(
         [#include "coin/IpIpoptApplication.hpp"],
         [Ipopt::SmartPtr<Ipopt::IpoptApplication> app = new Ipopt::IpoptApplication();]),
-	[IPOPT_LIBS="`PKG_CONFIG_PATH=$IPOPT_LIB_PATH/pkgconfig $PKG_CONFIG --libs-only-l ipopt`"
+    [IPOPT_LIBS="`PKG_CONFIG_PATH=$IPOPT_LIB_PATH/pkgconfig $PKG_CONFIG --libs-only-l ipopt`"
          IPOPT_LDFLAGS="`PKG_CONFIG_PATH=$IPOPT_LIB_PATH/pkgconfig $PKG_CONFIG --libs-only-L ipopt`"],
-	[HAVE_IPOPT="0"
-	AC_MSG_WARN(IPOpt not found!)])
+    [HAVE_IPOPT="0"
+    AC_MSG_WARN(IPOpt not found!)])
 fi
 
 AC_LANG_POP([C++])
-- 
GitLab