Add vim control comments.

This commit is contained in:
Karl Lehenbauer 2014-03-18 13:21:56 -05:00
parent f7843c1691
commit 807c1aba7f
7 changed files with 15 additions and 1 deletions

2
anet.c
View File

@ -380,3 +380,5 @@ int anetSockName(int fd, char *ip, int *port) {
if (port) *port = ntohs(sa.sin_port);
return 0;
}
// vim: set ts=4 sw=4 sts=4 expandtab :

2
anet.h
View File

@ -57,3 +57,5 @@ int anetPeerToString(int fd, char *ip, int *port);
int anetSetSendBuffer(char *err, int fd, int buffsize);
#endif
// vim: set ts=4 sw=4 sts=4 expandtab :

View File

@ -383,4 +383,6 @@ void decodeModeAMessage(struct modesMessage *mm, int ModeA)
}
//
// ===================== Mode A/C detection and decoding ===================
//
//
// vim: set ts=4 sw=4 sts=4 expandtab :

View File

@ -213,3 +213,5 @@ int main(int argc, char **argv) {
//
//=========================================================================
//
// vim: set ts=4 sw=4 sts=4 expandtab :

View File

@ -103,3 +103,5 @@ void postCOAA (void);
#endif
#endif // __PPUP1090_H
// vim: set ts=4 sw=4 sts=4 expandtab :

View File

@ -253,3 +253,5 @@ int main(int argc, char **argv) {
//
//=========================================================================
//
// vim: set ts=4 sw=4 sts=4 expandtab :

View File

@ -80,3 +80,5 @@ extern "C" {
#endif
#endif // __VIEW1090_H
// vim: set ts=4 sw=4 sts=4 expandtab :