fixing indent

This commit is contained in:
remijouannet 2016-05-24 17:55:28 +02:00
parent 3140824be3
commit 0f0f64a97e

View File

@ -684,11 +684,11 @@ main(int argc, char *argv[])
g_sizeopt = -g_width;
g_width = g_sizeopt;
if (*(p + 1) == 'x'){
g_height = -strtol(p + 2, &p, 10);
}else{
g_height = g_sizeopt;
}
if (*(p + 1) == 'x'){
g_height = -strtol(p + 2, &p, 10);
}else{
g_height = g_sizeopt;
}
p++;
}