Merge pull request #77 from jwilk-forks/indent

Fix uneven indentation
master
anarcat 6 years ago committed by GitHub
commit 2ade059031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ttyclock.c
  2. 2
      ttyclock.h

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

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

Loading…
Cancel
Save