JVM test

Dependencies:   mbed

Revision:
7:2a384a077520
Parent:
6:b9d0d96b052f
Child:
9:4ea7773ea2b0
--- a/ravem.h	Mon Aug 26 15:02:07 2013 +0000
+++ b/ravem.h	Thu Aug 29 13:31:23 2013 +0000
@@ -103,7 +103,6 @@
 
 #define JAVA_new					0xbb					// 2
 
-
 typedef struct {
 	int		tag;
 	int		index;
@@ -159,7 +158,5 @@
 
 class_st decodeVM(class_st cl);
 
-
-
 #endif /* RAVEM_H_ */