hotspot/src/share/vm/utilities/workgroup.cpp
changeset 8688 493d12ccc6db
parent 7397 5b173b4ca846
child 11174 fccee5238e70
--- a/hotspot/src/share/vm/utilities/workgroup.cpp	Wed Mar 16 10:37:08 2011 -0700
+++ b/hotspot/src/share/vm/utilities/workgroup.cpp	Thu Mar 17 10:32:46 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -156,7 +156,7 @@
     tty->print_cr("/nFinished work gang %s: %d/%d sequence %d",
                   name(), finished_workers(), total_workers(),
                   _sequence_number);
-    }
+  }
 }
 
 void AbstractWorkGang::stop() {