# HG changeset patch # User Doug Simon # Date 1383123959 -3600 # Node ID 321229a79f7aa2c8d7e7e39bdd40287664947829 # Parent 5820660675a0b5359923088bdd139004c7e3ca81 format cleanup by 'mx eclipseformat' diff -r 5820660675a0 -r 321229a79f7a graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/SnippetCounter.java --- 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); } }