comparison graal/com.oracle.graal.lir.ptx/src/com/oracle/graal/lir/ptx/Warp.java @ 12503:d7f8dd4fe876

minor reformatting based on 'mx eclipseformat'
author Doug Simon <doug.simon@oracle.com>
date Mon, 21 Oct 2013 18:10:32 +0200
parents 365d8f385fb5
children
comparison
equal deleted inserted replaced
12502:28f56bf7c06a 12503:d7f8dd4fe876
32 32
33 String value() default ""; 33 String value() default "";
34 34
35 ThreadDimension dimension() default X; 35 ThreadDimension dimension() default X;
36 } 36 }
37