fix indent
This commit is contained in:
parent
fa70a4eb4b
commit
05873ed64e
|
|
@ -493,7 +493,7 @@ int main(int argc, char *argv[])
|
||||||
gdImageDestroy(out);
|
gdImageDestroy(out);
|
||||||
}
|
}
|
||||||
if (im != NULL) {
|
if (im != NULL) {
|
||||||
gdImageDestroy(im);
|
gdImageDestroy(im);
|
||||||
}
|
}
|
||||||
ptouch_close(ptdev);
|
ptouch_close(ptdev);
|
||||||
libusb_exit(NULL);
|
libusb_exit(NULL);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue