8001931: The new build system whitespace cleanup
Reviewed-by: tbell, simonis, erikj
diff --git a/makefiles/scripts/genExceptions.sh b/makefiles/scripts/genExceptions.sh
index 698e145..66ef805 100644
--- a/makefiles/scripts/genExceptions.sh
+++ b/makefiles/scripts/genExceptions.sh
@@ -32,7 +32,7 @@
 gen() {
   ID=$1
   WHAT=$2
-  SVUID=$3 
+  SVUID=$3
   ARG_TYPE=$4
   ARG_ID=$5
   ARG_PROP=$6
@@ -43,7 +43,7 @@
 
   $SH ${SCRIPTS}/addNotices.sh "$COPYRIGHT_YEARS" > $out
 
-cat >>$out <<__END__
+  cat >>$out <<__END__
 
 // -- This file was mechanically generated: Do not edit! -- //