From 807c1aba7fbb6a7a17f7b54d63ad2120339e3072 Mon Sep 17 00:00:00 2001 From: Karl Lehenbauer Date: Tue, 18 Mar 2014 13:21:56 -0500 Subject: [PATCH] Add vim control comments. --- anet.c | 2 ++ anet.h | 2 ++ mode_ac.c | 4 +++- ppup1090.c | 2 ++ ppup1090.h | 2 ++ view1090.c | 2 ++ view1090.h | 2 ++ 7 files changed, 15 insertions(+), 1 deletion(-) diff --git a/anet.c b/anet.c index 8f8a904..c1d3abc 100644 --- a/anet.c +++ b/anet.c @@ -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 : diff --git a/anet.h b/anet.h index 6d74af5..fe9cb85 100644 --- a/anet.h +++ b/anet.h @@ -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 : diff --git a/mode_ac.c b/mode_ac.c index 881a428..9817d9e 100644 --- a/mode_ac.c +++ b/mode_ac.c @@ -383,4 +383,6 @@ void decodeModeAMessage(struct modesMessage *mm, int ModeA) } // // ===================== Mode A/C detection and decoding =================== -// \ No newline at end of file +// + +// vim: set ts=4 sw=4 sts=4 expandtab : diff --git a/ppup1090.c b/ppup1090.c index 1c36dd5..9022ed3 100644 --- a/ppup1090.c +++ b/ppup1090.c @@ -213,3 +213,5 @@ int main(int argc, char **argv) { // //========================================================================= // + +// vim: set ts=4 sw=4 sts=4 expandtab : diff --git a/ppup1090.h b/ppup1090.h index 8a6806d..30fe59b 100644 --- a/ppup1090.h +++ b/ppup1090.h @@ -103,3 +103,5 @@ void postCOAA (void); #endif #endif // __PPUP1090_H + +// vim: set ts=4 sw=4 sts=4 expandtab : diff --git a/view1090.c b/view1090.c index ae9ee89..d56962a 100644 --- a/view1090.c +++ b/view1090.c @@ -253,3 +253,5 @@ int main(int argc, char **argv) { // //========================================================================= // + +// vim: set ts=4 sw=4 sts=4 expandtab : diff --git a/view1090.h b/view1090.h index c4c97fe..af4ec21 100644 --- a/view1090.h +++ b/view1090.h @@ -80,3 +80,5 @@ extern "C" { #endif #endif // __VIEW1090_H + +// vim: set ts=4 sw=4 sts=4 expandtab :