picoproj: remove an unneeded blank line
authorAntonio Ospite <ospite@studenti.unina.it>
Sun, 26 May 2013 22:06:23 +0000 (00:06 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sun, 26 May 2013 22:06:23 +0000 (00:06 +0200)
examples/picoproj.c

index 610e148..92dbfbf 100644 (file)
@@ -265,7 +265,6 @@ int main(int argc, char *argv[])
                goto cleanup;
        }
 
-
        if ((unsigned int)width > device_info.native_width ||
            (unsigned int)height > device_info.native_height)
                fprintf(stderr,