changeset 22485:fc0a5a73fa56

Cosmetic change.
author twisti
date Fri, 28 Aug 2015 14:39:05 -0700
parents e2a3577eca89
children 6292599feb75
files src/share/vm/utilities/exceptions.hpp
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/utilities/exceptions.hpp	Fri Aug 28 14:39:02 2015 -0700
+++ b/src/share/vm/utilities/exceptions.hpp	Fri Aug 28 14:39:05 2015 -0700
@@ -90,8 +90,7 @@
   void clear_pending_exception();
 
   ThreadShadow() : _pending_exception(NULL),
-                   _exception_file(NULL), _exception_line(0)
-  {}
+                   _exception_file(NULL), _exception_line(0) {}
 };