]> Savannah Git Hosting - gnulib.git/commitdiff
libposix: reindent with spaces instead of tabs
authorGary V. Vaughan <gary@gnu.org>
Wed, 13 Oct 2010 12:20:34 +0000 (19:20 +0700)
committerGary V. Vaughan <gary@gnu.org>
Wed, 13 Oct 2010 12:20:34 +0000 (19:20 +0700)
* libposix/Makefile.am: Reindent with spaces instead of tabs.
* libposix/bootstrap: Likewise.

ChangeLog
libposix/Makefile.am
libposix/bootstrap

index 7dce876935985733400d2cf5bc425135a12f4b01..cef505a712af93e30c5758c9e22ddbdcad75bc7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-13  Gary V. Vaughan  <gary@gnu.org>
+
+       libposix: reindent with spaces instead of tabs
+       * libposix/Makefile.am: Reindent with spaces instead of tabs.
+       * libposix/bootstrap: Likewise.
+
 2010-10-12  Gary V. Vaughan  <gary@gnu.org>
 
        libposix: use git-version-gen for version numbering
index da7dc13793b4195c96ec3cec56b976d28a95e345..e8d6ae1ea1b9950847d343d97743a816c8f83162 100644 (file)
@@ -1,4 +1,4 @@
-ACLOCAL_AMFLAGS                = -I m4
-SUBDIRS                        = lib tests
-DIST_SUBDIRS           = $(SUBDIRS)
-EXTRA_DIST             = bootstrap m4/gnulib-cache.m4
+ACLOCAL_AMFLAGS         = -I m4
+SUBDIRS                 = lib tests
+DIST_SUBDIRS            = $(SUBDIRS)
+EXTRA_DIST              = bootstrap m4/gnulib-cache.m4
index c87f6adc1dd9c01697872158b772320921daf5ec..a90aa866ce6d8be917ed22e45da9b5cd39517a48 100755 (executable)
@@ -14,42 +14,42 @@ echo "posix-modules :
 `posix-modules`
 libposix :
 `gnulib-tool --extract-dependencies libposix`" |awk '
-/^$/           { next; }
-/^[a-z-]+ :/   { tag=$1; next; }
-               { if (modules[$1])
-                       modules[$1] = "both";
-                 else
-                       modules[$1] = tag;
-               }
-END            { # posix-modules only 
-                 header=0;
-                 for (i in modules)
-                   {
-                     if ("posix-modules" == modules[i])
-                       {
-                         if (0 == header)
-                           {
-                             print "Modules in posix-modules list only:"
-                             header = 1
-                           }
-                         printf ("\t%s\n", i);
-                       }
-                   }
-                 # libposix only
-                 header=0;
-                 for (i in modules)
-                   {
-                     if ("libposix" == modules[i])
-                       {
-                         if (0 == header)
-                           {
-                             print "Modules in libposix only:"
-                             header = 1
-                           }
-                         printf ("\t%s\n", i);
-                       }
-                   }
-               }
+/^$/            { next; }
+/^[a-z-]+ :/    { tag=$1; next; }
+                { if (modules[$1])
+                        modules[$1] = "both";
+                  else
+                        modules[$1] = tag;
+                }
+END             { # posix-modules only
+                  header=0;
+                  for (i in modules)
+                    {
+                      if ("posix-modules" == modules[i])
+                        {
+                          if (0 == header)
+                            {
+                              print "Modules in posix-modules list only:"
+                              header = 1
+                            }
+                          printf ("\t%s\n", i);
+                        }
+                    }
+                  # libposix only
+                  header=0;
+                  for (i in modules)
+                    {
+                      if ("libposix" == modules[i])
+                        {
+                          if (0 == header)
+                            {
+                              print "Modules in libposix only:"
+                              header = 1
+                            }
+                          printf ("\t%s\n", i);
+                        }
+                    }
+                }
 '
 
 autoreconf --force --install --verbose --symlink