From cca744f69a9eb079a314c8f39af1faa4e7b1e5a6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 8 May 2005 21:49:52 +0000 Subject: Comply to our coding conventions svn-id: r17975 --- simon/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon/debug.cpp') diff --git a/simon/debug.cpp b/simon/debug.cpp index b8a274dacc..3d3c8dbb9a 100644 --- a/simon/debug.cpp +++ b/simon/debug.cpp @@ -409,7 +409,7 @@ void SimonEngine::dump_vga_bitmaps(const byte *vga, byte *vga1, int res) { i = 538; - for(i = 1; ; i++) { + for (i = 1; ; i++) { p2 = vga + i * 8; offs = READ_BE_UINT32(p2); -- cgit v1.2.3