8072935: Fix missing newline at end of file after 8067447
authordholmes
Fri, 13 Feb 2015 06:23:48 -0500
changeset 29068 683bef04fb20
parent 28956 998d9d0b33a4
child 29069 938c1c97ad3b
8072935: Fix missing newline at end of file after 8067447 Reviewed-by: dholmes, dlong Contributed-by: Thomas Stuefe <thomas.stuefe@gmail.com>
hotspot/src/share/vm/services/writeableFlags.cpp
--- a/hotspot/src/share/vm/services/writeableFlags.cpp	Wed Feb 11 17:41:55 2015 +0100
+++ b/hotspot/src/share/vm/services/writeableFlags.cpp	Fri Feb 13 06:23:48 2015 -0500
@@ -223,4 +223,5 @@
     ShouldNotReachHere();
   }
   return ERR_OTHER;
-}
\ No newline at end of file
+}
+