Pārlūkot izejas kodu

Add vim modeline everywhere

Bryan Drewery 12 gadi atpakaļ
vecāks
revīzija
fded6bc4d5
81 mainītis faili ar 81 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/EncryptedStream.c
  2. 1 0
      src/auth.c
  3. 1 0
      src/base64.c
  4. 1 0
      src/bg.c
  5. 1 0
      src/binary.c
  6. 1 0
      src/botcmd.c
  7. 1 0
      src/botmsg.c
  8. 1 0
      src/botnet.c
  9. 1 0
      src/chanprog.c
  10. 1 0
      src/cmds.c
  11. 1 0
      src/compat/dirname.c
  12. 1 0
      src/compat/dn_expand.c
  13. 1 0
      src/compat/gnu_strftime.c
  14. 1 0
      src/compat/inet_ntop.c
  15. 1 0
      src/compat/memcpy.c
  16. 1 0
      src/compat/memset.c
  17. 1 0
      src/compat/memutil.c
  18. 1 0
      src/compat/snprintf.c
  19. 1 0
      src/compat/strcasecmp.c
  20. 1 0
      src/compat/strftime.c
  21. 1 0
      src/compat/strlcpy.c
  22. 1 0
      src/compat/strsep.c
  23. 1 0
      src/conf.c
  24. 1 0
      src/core_binds.c
  25. 1 0
      src/crypt.c
  26. 1 0
      src/crypto/aes_util.c
  27. 1 0
      src/crypto/bf_util.c
  28. 1 0
      src/crypto/dh_util.c
  29. 1 0
      src/dcc.c
  30. 1 0
      src/dccutil.c
  31. 1 0
      src/debug.c
  32. 1 0
      src/dhparam.c
  33. 1 0
      src/dl.c
  34. 1 0
      src/enclink.c
  35. 1 0
      src/flags.c
  36. 1 0
      src/garble.c
  37. 1 0
      src/libcrypto.c
  38. 1 0
      src/libssl.c
  39. 1 0
      src/libtcl.c
  40. 1 0
      src/log.c
  41. 1 0
      src/main.c
  42. 1 0
      src/makehelp.c
  43. 1 0
      src/makeres.c
  44. 1 0
      src/makeset.c
  45. 1 0
      src/makesort.c
  46. 1 0
      src/match.c
  47. 1 0
      src/misc.c
  48. 1 0
      src/misc_file.c
  49. 1 0
      src/mod/channels.mod/chanmisc.c
  50. 1 0
      src/mod/channels.mod/channels.c
  51. 1 0
      src/mod/channels.mod/cmdschan.c
  52. 1 0
      src/mod/channels.mod/userchan.c
  53. 1 0
      src/mod/compress.mod/compress.c
  54. 1 0
      src/mod/console.mod/console.c
  55. 1 0
      src/mod/ctcp.mod/ctcp.c
  56. 1 0
      src/mod/irc.mod/chan.c
  57. 1 0
      src/mod/irc.mod/cmdsirc.c
  58. 1 0
      src/mod/irc.mod/irc.c
  59. 1 0
      src/mod/irc.mod/mode.c
  60. 1 0
      src/mod/irc.mod/msgcmds.c
  61. 1 0
      src/mod/server.mod/cmdsserv.c
  62. 1 0
      src/mod/server.mod/server.c
  63. 1 0
      src/mod/server.mod/servmsg.c
  64. 1 0
      src/mod/share.mod/share.c
  65. 1 0
      src/mod/transfer.mod/transfer.c
  66. 1 0
      src/mod/update.mod/update.c
  67. 1 0
      src/net.c
  68. 1 0
      src/openssl.c
  69. 1 0
      src/response.c
  70. 1 0
      src/rfc1459.c
  71. 1 0
      src/set.c
  72. 1 0
      src/shell.c
  73. 1 0
      src/sorthelp.c
  74. 1 0
      src/sprintf.c
  75. 1 0
      src/stringfix.c
  76. 1 0
      src/thread.c
  77. 1 0
      src/timestamp.c
  78. 1 0
      src/userent.c
  79. 1 0
      src/userrec.c
  80. 1 0
      src/users.c
  81. 1 0
      src/utc-time.c

+ 1 - 0
src/EncryptedStream.c

@@ -123,3 +123,4 @@ int EncryptedStream::writeFile (const int fd) const {
   encrypted += out_buf;
   return bd::Stream(encrypted).writeFile(fd);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/auth.c

@@ -268,3 +268,4 @@ int check_auth_dcc(Auth *auth, const char *cmd, const char *par)
 {
   return real_check_bind_dcc(cmd, auth->idx, par, auth);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/base64.c

@@ -242,3 +242,4 @@ b64dec_bd(const unsigned char *data, size_t *len)
   b64dec_bd_buf(data, len, dest);
   return dest;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/bg.c

@@ -113,3 +113,4 @@ writepid(const char *pidfile, pid_t pid)
   } else
     printf("* Warning!  Could not write %s file!\n", pidfile);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/binary.c

@@ -886,3 +886,4 @@ void reload_bin_data() {
   }
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/botcmd.c

@@ -1401,3 +1401,4 @@ void init_botcmd()
 {
   add_builtins("bot", my_bot);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/botmsg.c

@@ -544,3 +544,4 @@ int add_note(char *to, char *from, char *msg, int idx, int echo)
 
   return NOTE_ERROR;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/botnet.c

@@ -1831,3 +1831,4 @@ void lower_bot_linked(int idx)
   putbot(dcc[idx].nick, tmp);
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/chanprog.c

@@ -961,3 +961,4 @@ void set_fish_key(char *target, bd::String key)
     FishKeys[target] = fishData;
   }
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/cmds.c

@@ -4862,3 +4862,4 @@ cmd_t C_dcc[] =
   {"uplink", 		"a", 	(Function) cmd_uplink, 		NULL, HUB},
   {NULL,		NULL,	NULL,				NULL, 0}
 };
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/dirname.c

@@ -45,3 +45,4 @@ dirname(const char *path)
         return(bname);
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/dn_expand.c

@@ -252,3 +252,4 @@ int my_dn_expand(const unsigned char *msg, const unsigned char *eom, const unsig
         return (n);
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/gnu_strftime.c

@@ -1227,3 +1227,4 @@ emacs_strftime (char *s, size_t maxsize, const char *format, const struct tm *tp
   return my_strftime (s, maxsize, format, tp, 0);
 }
 #endif
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/inet_ntop.c

@@ -178,3 +178,4 @@ inet_ntop6(const u_char *src, char *dst, socklen_t size)
 }
 #endif /* USE_IPV6 */
 #endif /* !HAVE_INET_NTOP */
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/memcpy.c

@@ -14,3 +14,4 @@ void *memcpy(void *dest, const void *src, size_t n)
   return dest;
 }
 #endif /* !HAVE_MEMCPY */
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/memset.c

@@ -13,3 +13,4 @@ void *memset(void *dest, int c, size_t n)
   return dest;
 }
 #endif /* !HAVE_MEMSET */
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/memutil.c

@@ -62,3 +62,4 @@ void *my_realloc(void *ptr, size_t size)
   return x;
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/snprintf.c

@@ -662,3 +662,4 @@ egg_snprintf(char *str,size_t count,const char *fmt, ...)
 }
 
 #endif /* !HAVE_SNPRINTF */
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/strcasecmp.c

@@ -29,3 +29,4 @@ int strncasecmp(const char *s1, const char *s2, size_t n)
   return toupper(*s1) - toupper(*s2);
 }
 #endif /* !HAVE_STRNCASECMP */
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/strftime.c

@@ -13,3 +13,4 @@
 
 #  include "gnu_strftime.c"
 #endif	/* !HAVE_STRFTIME */
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/strlcpy.c

@@ -71,3 +71,4 @@ strlcat(char *dst, const char *src, size_t siz)
 
   return (dlen + (s - src));    /* count does not include NUL */
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/compat/strsep.c

@@ -47,3 +47,4 @@ strsep (char **stringp, const char *delim)
     }
   /* NOTREACHED */
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/conf.c

@@ -1161,3 +1161,4 @@ void conf_setmypid(pid_t pid) {
   }
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/core_binds.c

@@ -298,3 +298,4 @@ void check_bind_time(struct tm *tm)
 	simple_snprintf(full, sizeof(full), "%02d %02d %02d %02d %04d", tm->tm_min, tm->tm_hour, tm->tm_mday, tm->tm_mon, tm->tm_year + 1900);
 	check_bind(BT_time, full, NULL, tm->tm_min, tm->tm_hour, tm->tm_mday, tm->tm_mon, tm->tm_year + 1900);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/crypt.c

@@ -212,3 +212,4 @@ void btoh(const unsigned char *md, size_t md_len, char *buf, const size_t buf_le
     doblock(3);
   }
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/crypto/aes_util.c

@@ -222,3 +222,4 @@ aes_decrypt_cbc_binary(const char *keydata, unsigned char *in, size_t *len, unsi
 
   return out;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/crypto/bf_util.c

@@ -245,3 +245,4 @@ bf_decrypt_cbc_binary(const char *keydata, unsigned char *in, size_t *len, unsig
   return out;
 }
 #endif
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/crypto/dh_util.c

@@ -152,3 +152,4 @@ bool DH1080_comp(const bd::String privateKey, const bd::String theirPublicKeyB64
 
   return true;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/dcc.c

@@ -2173,3 +2173,4 @@ dcc_telnet_got_ident(int i, char *host)
   else
     dprintf(i, "%s\n", response(RES_USERNAME));
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/dccutil.c

@@ -1226,3 +1226,4 @@ void cmdpass_free(struct cmd_pass *x)
     free(cp);
   }
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/debug.c

@@ -287,3 +287,4 @@ void init_signals()
   signal(SIGHUP, got_hup);
   signal(SIGUSR1, got_usr1);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/dhparam.c

@@ -106,3 +106,4 @@ DH *get_dh512() {
    iDezzV0CAwY1RzzZRJm7m0wkssATAgEC
    -----END DH PARAMETERS-----
    */
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/dl.c

@@ -33,3 +33,4 @@
 #include <bdlib/src/HashTable.h>
 
 bd::HashTable<bd::String, FunctionPtr> dl_symbol_table;
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/enclink.c

@@ -348,3 +348,4 @@ struct enc_link enclink[] = {
   { "cleartext", LINK_CLEARTEXT, NULL, NULL, NULL, NULL },
   { NULL, 0, NULL, NULL, NULL, NULL }
 };
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/flags.c

@@ -668,3 +668,4 @@ void deflag_user(struct userrec *u, deflag_event_t why, const char *msg, const s
     set_user(&USERENTRY_COMMENT, u, tmp2);
   }
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/garble.c

@@ -36,3 +36,4 @@ const char *degarble(int len, const char *g)
   return (const char *) garble_buffer[garble_ptr];
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/libcrypto.c

@@ -134,3 +134,4 @@ int unload_libcrypto() {
   }
   return 1;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/libssl.c

@@ -107,3 +107,4 @@ int unload_libssl() {
   }
   return 1;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/libtcl.c

@@ -153,3 +153,4 @@ bd::String tcl_eval(const bd::String& str) {
   return bd::String();
 }
 #endif
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/log.c

@@ -362,3 +362,4 @@ irc_log(struct chanset_t *chan, const char *format, ...)
 */
 #endif 
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/main.c

@@ -935,3 +935,4 @@ int main(int argc, char **argv)
 
   return 0;		/* never reached but what the hell */
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/makehelp.c

@@ -102,3 +102,4 @@ int main(int argc, char **argv) {
   bd::String in(argv[1]), out(argv[2]);
   return parse_help(in, out);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/makeres.c

@@ -104,3 +104,4 @@ int main(int argc, char **argv) {
   outs = bd::String::printf("%s/responses.h%s", argv[2], argc == 4 ? "~" : "");
   return parse_res(in, out, outs);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/makeset.c

@@ -47,3 +47,4 @@ int main(int argc, char *argv[]) {
   }
   return 0;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/makesort.c

@@ -0,0 +1 @@
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/match.c

@@ -327,3 +327,4 @@ match_cidr(const char *m, const char *a)
   return 0;
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/misc.c

@@ -1445,3 +1445,4 @@ int skipline (char *line, int *skip) {
   }
   return (*skip);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/misc_file.c

@@ -331,3 +331,4 @@ bool Tempfile::FindDir()
 
   return ERROR;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/channels.mod/chanmisc.c

@@ -1196,3 +1196,4 @@ int channel_add(char *result, const char *newname, char *options, bool isdefault
     join_chan(chan);
   return ret;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/channels.mod/channels.c

@@ -925,3 +925,4 @@ void channels_init()
   add_builtins("bot", channels_bot);
   add_builtins("chon", my_chon);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/channels.mod/cmdschan.c

@@ -1396,3 +1396,4 @@ static cmd_t C_dcc_channels[] =
   {"unstick",	"o|o",	(Function) cmd_unstick,		NULL, AUTH},
   {NULL,	NULL,	NULL,			NULL, 0}
 };
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/channels.mod/userchan.c

@@ -1060,3 +1060,4 @@ void check_expired_masks()
   if (use_invites)
     check_expired_mask('I');
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/compress.mod/compress.c

@@ -411,3 +411,4 @@ void compress_init()
 {
   uff_addtable(compress_uff_table);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/console.mod/console.c

@@ -392,3 +392,4 @@ console_init()
 
   add_entry_type(&USERENTRY_CONSOLE);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/ctcp.mod/ctcp.c

@@ -730,3 +730,4 @@ void ctcp_init()
 
   timer_create_secs(60, "ctcp_minutely", (Function) ctcp_minutely);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/irc.mod/chan.c

@@ -3516,3 +3516,4 @@ static cmd_t irc_raw[] =
   {"710",	"",	(Function) got710,	"irc:710", LEAF},
   {NULL,	NULL,	NULL,			NULL, 0}
 };
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/irc.mod/cmdsirc.c

@@ -1979,3 +1979,4 @@ static cmd_t irc_dcc[] =
   {NULL,		NULL,	 NULL,				NULL, 0}
 };
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/irc.mod/irc.c

@@ -1771,3 +1771,4 @@ irc_init()
   add_builtins("raw", irc_raw);
   add_builtins("msg", C_msg);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/irc.mod/mode.c

@@ -1577,3 +1577,4 @@ gotmode(char *from, char *msg)
   return 0;
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/irc.mod/msgcmds.c

@@ -477,3 +477,4 @@ static cmd_t C_msg[] =
   {"bewm",		"",	(Function) msg_bewm,		NULL, LEAF},
   {NULL,		NULL,	NULL,				NULL, 0}
 };
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/server.mod/cmdsserv.c

@@ -231,3 +231,4 @@ static cmd_t C_dcc_serv[] =
   {NULL,		NULL,	NULL,				NULL, 0}
 };
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/server.mod/server.c

@@ -1220,3 +1220,4 @@ void server_init()
   timer_create_secs(60, "server_minutely", (Function) server_minutely);
 //  timer_create_secs(60, "minutely_checks", (Function) minutely_checks);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/server.mod/servmsg.c

@@ -2209,3 +2209,4 @@ fatal_dns:
   lostdcc(idx);
   return;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/share.mod/share.c

@@ -1710,3 +1710,4 @@ share_init()
   def_dcc_bot_kill = DCC_BOT.kill;
   DCC_BOT.kill = cancel_user_xfer;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/transfer.mod/transfer.c

@@ -908,3 +908,4 @@ void transfer_report(int idx, int details)
 void transfer_init()
 {
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/mod/update.mod/update.c

@@ -481,3 +481,4 @@ void update_init()
     timer_create_secs(30, "check_updates", (Function) check_updates);
   }
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/net.c

@@ -1707,3 +1707,4 @@ bool socket_run() {
   }
   return 0;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/openssl.c

@@ -162,3 +162,4 @@ static int seed_PRNG(void)
   return 0;
 }
 #endif
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/response.c

@@ -50,3 +50,4 @@ r_banned(struct chanset_t *chan)
 {
   return response(RES_BANNED);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/rfc1459.c

@@ -93,3 +93,4 @@ _rfc_toupper(int c)
   return rfc_touppertab[(unsigned char) (c)];
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/set.c

@@ -1202,3 +1202,4 @@ int cmd_set_real(const char *botnick, int idx, char *par)
   }
   return 0;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/shell.c

@@ -911,3 +911,4 @@ char *shell_escape(const char *path)
   return ret;
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/sorthelp.c

@@ -117,3 +117,4 @@ int main(int argc, char **argv) {
   return parse_help(in, out);
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/sprintf.c

@@ -255,3 +255,4 @@ size_t simple_snprintf (char *buf, size_t size, const char *format, ...)
   return ret;
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/stringfix.c

@@ -138,3 +138,4 @@ int main(int argc, char *argv[])
 
   return !(readData);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/thread.c

@@ -82,3 +82,4 @@ printf("init_thread called from %d\n", pid);
 
   pthread_create(&thread, &thread_attr, &thread_main, (void *) pid);
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/timestamp.c

@@ -35,3 +35,4 @@ int main(int argc, char *argv[])
 
   return 0;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/userent.c

@@ -1121,3 +1121,4 @@ bool set_user(struct user_entry_type *et, struct userrec *u, void *d)
   }
   return r;
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/userrec.c

@@ -848,3 +848,4 @@ void user_del_chan(char *dname)
     }
   }
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/users.c

@@ -1243,3 +1243,4 @@ void check_stale_dcc_users()
     }
   }
 }
+/* vim: set sts=2 sw=2 ts=8 et: */

+ 1 - 0
src/utc-time.c

@@ -12,3 +12,4 @@ int main() {
   return 0;
 }
 
+/* vim: set sts=2 sw=2 ts=8 et: */