hotspot/src/share/vm/services/nmtDCmd.cpp
changeset 28953 75f0bfa6ea14
parent 25946 1572c9f03fb9
child 29201 fee2bbb2ec1d
--- a/hotspot/src/share/vm/services/nmtDCmd.cpp	Tue Feb 10 16:53:00 2015 +0000
+++ b/hotspot/src/share/vm/services/nmtDCmd.cpp	Tue Feb 10 15:10:47 2015 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015, 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
@@ -137,8 +137,8 @@
     }
   } else if (_detail_diff.value()) {
     if (!check_detail_tracking_level(output())) {
-    return;
-  }
+      return;
+    }
     MemBaseline& baseline = MemTracker::get_baseline();
     if (baseline.baseline_type() == MemBaseline::Detail_baselined) {
       report_diff(false, scale_unit);