]> Untitled Git - emu8051.git/commitdiff
Fix code indentation
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 25 Nov 2013 01:35:11 +0000 (20:35 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 2 Dec 2013 01:53:34 +0000 (20:53 -0500)
src/pgmwin.c

index 2e6927a8901f2a3821cc206aa5267f13cec5833a..09a6e835fb8f32cef13bd43b179d7b91d2abe832 100644 (file)
@@ -220,7 +220,8 @@ pgmwin_refresh(void)
                int valid;
                GtkTreeIter iter;
                char str[128];
-               int k;          int col_id;
+               int k;
+               int col_id;
                int InstSize;
                unsigned char OpCode;