unofficial version 0.7.1: ui improvements
[netris.git] / robot.c
diff --git a/robot.c b/robot.c
index 23875a3bd4b9984bf0c1815e95e7970c5f8318e2..31bb5d8b913c4948dc8b14998b33056f328e2a0e 100644 (file)
--- a/robot.c
+++ b/robot.c
@@ -30,7 +30,6 @@
 #include <errno.h>
 
 static MyEventType RobotGenFunc(EventGenRec *gen, MyEvent *event);
-
 static EventGenRec robotGen =
                { NULL, 0, FT_read, -1, RobotGenFunc, EM_robot };