Skip to content

Commit

Permalink
mdate: style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Sep 1, 2016
1 parent e725365 commit a350d1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mdate.c
Expand Up @@ -2,7 +2,8 @@
#include <unistd.h>

int
main() {
main()
{
char buf[64];
time_t now = time(0);

Expand Down

0 comments on commit a350d1c

Please sign in to comment.