summaryrefslogtreecommitdiffstats
path: root/recovery
diff options
context:
space:
mode:
Diffstat (limited to 'recovery')
-rwxr-xr-xrecovery/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery/graphics.c b/recovery/graphics.c
index 10f76c0..8699760 100755
--- a/recovery/graphics.c
+++ b/recovery/graphics.c
@@ -350,4 +350,4 @@ void gr_fb_blank(bool blank)
ret = ioctl(gr_fb_fd, FBIOBLANK, blank ? FB_BLANK_POWERDOWN : FB_BLANK_UNBLANK);
if (ret < 0)
perror("ioctl(): blank");
-}
+} \ No newline at end of file