diff graal/com.oracle.jvmci.code/src/com/oracle/jvmci/code/CallingConvention.java @ 21565:f5b549811bac

fixed eclipseformat issues
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 May 2015 00:35:10 +0200
parents 48c1ebd24120
children
line wrap: on
line diff
--- a/graal/com.oracle.jvmci.code/src/com/oracle/jvmci/code/CallingConvention.java	Fri May 29 00:19:05 2015 +0200
+++ b/graal/com.oracle.jvmci.code/src/com/oracle/jvmci/code/CallingConvention.java	Fri May 29 00:35:10 2015 +0200
@@ -26,7 +26,6 @@
 import com.oracle.jvmci.meta.AllocatableValue;
 import static com.oracle.jvmci.code.ValueUtil.*;
 
-
 /**
  * A calling convention describes the locations in which the arguments for a call are placed and the
  * location in which the return value is placed if the call is not void.