[commit: ghc] master: Whitespace only (6d67af9)

Ian Lynagh igloo at earth.li
Sun Feb 17 15:51:37 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6d67af9e24b4174360fe65937d7157911a560c03

>---------------------------------------------------------------

commit 6d67af9e24b4174360fe65937d7157911a560c03
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun Feb 17 13:50:35 2013 +0000

    Whitespace only

>---------------------------------------------------------------

 aclocal.m4 |   50 +++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/aclocal.m4 b/aclocal.m4
index ad07e50..607363e 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1902,31 +1902,31 @@ case "$1-$2" in
     $3="ios"
     ;;
   *)
-  case "$1" in
-  linux-android*)
-    $3="linux-android"
-    ;;
-  linux-*|linux)
-    $3="linux"
-    ;;
-  # As far as I'm aware, none of these have relevant variants
-  freebsd|netbsd|openbsd|dragonfly|osf1|osf3|hpux|linuxaout|kfreebsdgnu|freebsd2|solaris2|cygwin32|mingw32|darwin|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix|haiku)
-    $3="$1"
-    ;;
-  freebsd*) # like i686-gentoo-freebsd7
-            #      i686-gentoo-freebsd8
-            #      i686-gentoo-freebsd8.2
-    $3="freebsd"
-    ;;
-  nto-qnx*)
-    $3="nto-qnx"
-    ;;
-  *)
-    echo "Unknown OS $1"
-    exit 1
-    ;;
-  esac
-  ;;
+    case "$1" in
+      linux-android*)
+        $3="linux-android"
+        ;;
+      linux-*|linux)
+        $3="linux"
+        ;;
+      # As far as I'm aware, none of these have relevant variants
+      freebsd|netbsd|openbsd|dragonfly|osf1|osf3|hpux|linuxaout|kfreebsdgnu|freebsd2|solaris2|cygwin32|mingw32|darwin|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix|haiku)
+        $3="$1"
+        ;;
+      freebsd*) # like i686-gentoo-freebsd7
+                #      i686-gentoo-freebsd8
+                #      i686-gentoo-freebsd8.2
+        $3="freebsd"
+        ;;
+      nto-qnx*)
+        $3="nto-qnx"
+        ;;
+      *)
+        echo "Unknown OS $1"
+        exit 1
+        ;;
+      esac
+      ;;
   esac
 ])
 





More information about the ghc-commits mailing list