changeset 14258:f4f244f523bd

Remove whitespace diff to match master
author Bruce Korb <bkorb@gnu.org>
date Thu, 03 Feb 2011 08:15:14 -0800
parents 00f12f0734ba
children 8636d98120a9
files build-aux/git-version-gen
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/git-version-gen
+++ b/build-aux/git-version-gen
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Print a version string.
-scriptversion=2011-02-01.00; # UTC
+scriptversion=2011-01-04.17; # UTC
 
 # Copyright (C) 2007-2011 Free Software Foundation, Inc.
 #
@@ -98,7 +98,6 @@
 if test -n "$v"
 then
     : # use $v
-
 # Otherwise, if there is at least one git commit involving the working
 # directory, and "git describe" output looks sensible, use that to
 # derive a version string.