diff --git a/src/interpret.c b/src/interpret.c
index 200ccdc7d9daddc2cc73e884ecdfeae5b08533d7..8c845ca8504e7601dcf351a5370387ea77016fc5 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: interpret.c,v 1.26 1997/03/01 03:28:55 hubbe Exp $");
+RCSID("$Id: interpret.c,v 1.27 1997/03/05 05:32:14 hubbe Exp $");
 #include "interpret.h"
 #include "object.h"
 #include "program.h"
@@ -638,7 +638,6 @@ static void eval_instruction(unsigned char *pc)
       fp->locals[instr].u.integer=0;
       break;
 
-
       CASE(F_INC_LOCAL);
       instr=GET_ARG();
       if(fp->locals[instr].type != T_INT) error("Bad argument to ++\n");