changeset 14105:adc54921d935

libposix: reindent with spaces instead of tabs * libposix/Makefile.am: Reindent with spaces instead of tabs. * libposix/bootstrap: Likewise.
author Gary V. Vaughan <gary@gnu.org>
date Wed, 13 Oct 2010 19:20:34 +0700
parents 41be2f78c573
children 6d29729bdec1
files ChangeLog libposix/Makefile.am libposix/bootstrap
diffstat 3 files changed, 46 insertions(+), 40 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/libposix/Makefile.am
+++ b/libposix/Makefile.am
@@ -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
--- a/libposix/bootstrap
+++ b/libposix/bootstrap
@@ -14,42 +14,42 @@
 `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