diff graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/FloatingReadTest.java @ 7530:5e3d1a68664e

applied mx eclipseformat to all Java files
author Doug Simon <doug.simon@oracle.com>
date Wed, 23 Jan 2013 16:34:57 +0100
parents 8d16b9b2c51e
children 9e2cbc932853
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/FloatingReadTest.java	Wed Jan 23 16:34:38 2013 +0100
+++ b/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/FloatingReadTest.java	Wed Jan 23 16:34:57 2013 +0100
@@ -34,6 +34,7 @@
 public class FloatingReadTest extends GraphScheduleTest {
 
     public static class Container {
+
         public int a;
     }
 
@@ -53,6 +54,7 @@
 
     private void test(final String snippet) {
         Debug.scope("FloatingReadTest", new DebugDumpScope(snippet), new Runnable() {
+
             public void run() {
                 StructuredGraph graph = parse(snippet);
                 new LoweringPhase(runtime(), new Assumptions(false)).apply(graph);