Cosmetic indentation fix.
authormdw <mdw>
Sat, 20 Jan 2001 12:01:09 +0000 (12:01 +0000)
committermdw <mdw>
Sat, 20 Jan 2001 12:01:09 +0000 (12:01 +0000)
lib-config.in

index b3e7cbc..6ac2ecb 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# $Id: lib-config.in,v 1.1 2000/08/15 21:37:06 mdw Exp $
+# $Id: lib-config.in,v 1.2 2001/01/20 12:01:09 mdw Exp $
 #
 # Provide configuration information for library clients
 #
@@ -28,6 +28,9 @@
 #----- Revision history -----------------------------------------------------
 #
 # $Log: lib-config.in,v $
+# Revision 1.2  2001/01/20 12:01:09  mdw
+# Cosmetic indentation fix.
+#
 # Revision 1.1  2000/08/15 21:37:06  mdw
 # New common library configuration skeleton, filled in by configure.in.
 # Replaces mLib-config etc.
@@ -69,7 +72,7 @@ are:
 --cflags       Display appropriate compiler flags.
 --libs         Display appropriate linker flags and library names.
 EOF
-  ;;
+    ;;
   --version)
     echo $VERSION
     ;;