From a61c26a898ecdc014a9f2f68a02ca68db6a64b7f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 7 Aug 2014 13:45:00 +0000 Subject: [PATCH] VERSION: remove trailing whitespace This commit was SVN r32441. --- VERSION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index bdbf0569e9..732a52eb6a 100644 --- a/VERSION +++ b/VERSION @@ -20,7 +20,7 @@ release=0 # it will be appended to the version number. It does not have to be # numeric. Common examples include a1 (alpha release 1), # b1 (beta release 1), sc2005 (Super Computing 2005 release). The -# only requirement is that it must be entirely printable ASCII +# only requirement is that it must be entirely printable ASCII # characters and have no white space. greek=a1 @@ -31,10 +31,10 @@ greek=a1 want_repo_rev=1 # If repo_rev=-1, then the repository version number will be obtained -# dynamically at run time, either: +# dynamically at run time, either: # # 1) via the "svnversion" command (if this is a Subversion checkout) -# in the form "r", or +# in the form "r", or # 2) via the "hg -v -R tip" command (if this is a Mercurial clone) # in the form of "hg", using the hash tag at the tip # 3) via the "git log -1" command (if this is a Git clone) in the form