Tab indent C programs for consistency

master
Miles Alan 4 years ago
parent 3c65a36fd2
commit 1ac5e64193
  1. 2
      programs/sxmo_screenlock.c

@ -83,7 +83,6 @@ void lockscreen(Display *dpy, int screen) {
} }
usleep(100000); usleep(100000);
} }
return;
} }
@ -122,7 +121,6 @@ readinputloop(Display *dpy, int screen) {
} }
} }
} }
} }
int int

Loading…
Cancel
Save