changeset 105:932bfee95550

unix: remove trailing spaces
author Ilya Tumaykin <itumaykin@gmail.com>
date Mon, 22 Feb 2016 03:28:12 +0300
parents db18090b56f7
children 202e50aa5e08
files plat/unix/update_tags.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plat/unix/update_tags.sh	Mon Feb 22 03:27:16 2016 +0300
+++ b/plat/unix/update_tags.sh	Mon Feb 22 03:28:12 2016 +0300
@@ -20,14 +20,14 @@
     echo "    -p [dir=]:      The path to the project root"
     echo "    -s [file=]:     The path to the source file that needs updating"
     echo "    -x [pattern=]:  A pattern of files to exclude"
-    echo "    -o [options=]:  An options file to read additional options from" 
+    echo "    -o [options=]:  An options file to read additional options from"
     echo "    -c:             Ask for confirmation before exiting"
     echo ""
 }
 
 
 while getopts "h?e:x:t:p:s:o:c" opt; do
-    case $opt in 
+    case $opt in
         h|\?)
             ShowUsage
             exit 0