changeset 12634:321229a79f7a

format cleanup by 'mx eclipseformat'
author Doug Simon <doug.simon@oracle.com>
date Wed, 30 Oct 2013 10:05:59 +0100
parents 5820660675a0
children 50aca0c0dff4
files graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/SnippetCounter.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/SnippetCounter.java	Wed Oct 30 10:04:18 2013 +0100
+++ b/graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/SnippetCounter.java	Wed Oct 30 10:05:59 2013 +0100
@@ -134,7 +134,8 @@
      */
     public void inc() {
         if (group != null) {
-            // TODO: instead of ANY_LOCATION we should actually use the location for the field "value".
+            // TODO: instead of ANY_LOCATION we should actually
+            // use the location for the field "value".
             DirectObjectStoreNode.storeLong(this, countOffset(), 0, value + 1, LocationIdentity.ANY_LOCATION);
         }
     }