adwadwa
[vg.git] / vg_loader.h
index 87472b615bb6b08371c63e90f1d93a733a6496f9..ffdd87ad3c9d9803ee9a131f9b84513c25b033f7 100644 (file)
@@ -183,8 +183,7 @@ VG_STATIC void _vg_render_log(void)
    vg_uictx.cursor[3] = fh;
        ui_fill_x();
 
-   for( int i=0; i<lines_to_draw; i ++ )
-   {
+   for( int i=0; i<lines_to_draw; i ++ ){
       ptr --;
 
       if( ptr < 0 )