cosmetics: expand tabs in configure
authorJohn Koleszar <jkoleszar@google.com>
Mon, 13 Sep 2010 13:00:24 +0000 (09:00 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 13 Sep 2010 13:02:18 +0000 (09:02 -0400)
Change-Id: I88ddb0afb56ef2be8184b56fe125ad938ead7a84

build/make/configure.sh
configure

index 73cb600..e9f8a2b 100755 (executable)
@@ -495,7 +495,7 @@ setup_gnu_toolchain() {
 
 process_common_toolchain() {
     if [ -z "$toolchain" ]; then
-       gcctarget="$(gcc -dumpmachine 2> /dev/null)"
+        gcctarget="$(gcc -dumpmachine 2> /dev/null)"
 
         # detect tgt_isa
         case "$gcctarget" in
@@ -902,8 +902,8 @@ EOF
 
     # glibc needs these
     if enabled linux; then
-       add_cflags -D_LARGEFILE_SOURCE
-       add_cflags -D_FILE_OFFSET_BITS=64
+        add_cflags -D_LARGEFILE_SOURCE
+        add_cflags -D_FILE_OFFSET_BITS=64
     fi
 }
 
index ac3d162..5d6964e 100755 (executable)
--- a/configure
+++ b/configure
@@ -412,7 +412,7 @@ process_detect() {
         # Can only build shared libs on a subset of platforms. Doing this check
         # here rather than at option parse time because the target auto-detect
         # magic happens after the command line has been parsed.
-       enabled linux || die "--enable-shared only supported on ELF for now"
+        enabled linux || die "--enable-shared only supported on ELF for now"
     fi
     if [ -z "$CC" ]; then
         echo "Bypassing toolchain for environment detection."
@@ -514,7 +514,7 @@ process_toolchain() {
     enabled gcc || soft_disable ccache
     if enabled mips; then
         enable dequant_tokens
-       enable dc_recon
+        enable dc_recon
     fi
 
     # Enable the postbuild target if building for visual studio.