Fix mixed indents and trailing whitespace (#56)

This fixes the tabs and trailing whitespace.

I've set a vim modeline to expand tabs and set tab width to 4 spaces.
reverse-branch
Slackhead 8 years ago committed by anarcat
parent ab121b53e1
commit 75ca275408
  1. 2
      ttyclock.c
  2. 2
      ttyclock.h

@ -680,3 +680,5 @@ main(int argc, char **argv)
return 0; return 0;
} }
// vim: expandtab tabstop=4 softtabstop=4 shiftwidth=4

@ -145,3 +145,5 @@ const Bool number[][15] =
}; };
#endif /* TTYCLOCK_H_INCLUDED */ #endif /* TTYCLOCK_H_INCLUDED */
// vim: expandtab tabstop=4 softtabstop=4 shiftwidth=4

Loading…
Cancel
Save