[Pixelle-commit] SF.net SVN: pixelle:[312] trunk/pixelle/etc/Pixelle.g
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-01-11 05:15:55
|
Revision: 312
http://pixelle.svn.sourceforge.net/pixelle/?rev=312&view=rev
Author: dbrosius
Date: 2010-01-11 05:15:48 +0000 (Mon, 11 Jan 2010)
Log Message:
-----------
format
Modified Paths:
--------------
trunk/pixelle/etc/Pixelle.g
Modified: trunk/pixelle/etc/Pixelle.g
===================================================================
--- trunk/pixelle/etc/Pixelle.g 2010-01-01 00:59:52 UTC (rev 311)
+++ trunk/pixelle/etc/Pixelle.g 2010-01-11 05:15:48 UTC (rev 312)
@@ -46,9 +46,9 @@
cw.visitField(Opcodes.ACC_PRIVATE, "height", "I", null, Integer.valueOf(0));
mv = cw.visitMethod(Opcodes.ACC_PUBLIC, "<init>", "()V", null, new String[0]);
- mv.visitVarInsn(Opcodes.ALOAD, 0);
- mv.visitMethodInsn(Opcodes.INVOKESPECIAL, "java/lang/Object", "<init>", "()V");
- mv.visitInsn(Opcodes.RETURN);
+ mv.visitVarInsn(Opcodes.ALOAD, 0);
+ mv.visitMethodInsn(Opcodes.INVOKESPECIAL, "java/lang/Object", "<init>", "()V");
+ mv.visitInsn(Opcodes.RETURN);
mv.visitMaxs(0,0);
mv = cw.visitMethod(Opcodes.ACC_PUBLIC, "setOutputSize", "(II)V", null, new String[0]);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|