Add vim control comments.
This commit is contained in:
parent
f7843c1691
commit
807c1aba7f
2
anet.c
2
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 :
|
||||
|
|
|
|||
2
anet.h
2
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 :
|
||||
|
|
|
|||
|
|
@ -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 :
|
||||
|
|
|
|||
|
|
@ -213,3 +213,5 @@ int main(int argc, char **argv) {
|
|||
//
|
||||
//=========================================================================
|
||||
//
|
||||
|
||||
// vim: set ts=4 sw=4 sts=4 expandtab :
|
||||
|
|
|
|||
|
|
@ -103,3 +103,5 @@ void postCOAA (void);
|
|||
#endif
|
||||
|
||||
#endif // __PPUP1090_H
|
||||
|
||||
// vim: set ts=4 sw=4 sts=4 expandtab :
|
||||
|
|
|
|||
|
|
@ -253,3 +253,5 @@ int main(int argc, char **argv) {
|
|||
//
|
||||
//=========================================================================
|
||||
//
|
||||
|
||||
// vim: set ts=4 sw=4 sts=4 expandtab :
|
||||
|
|
|
|||
|
|
@ -80,3 +80,5 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#endif // __VIEW1090_H
|
||||
|
||||
// vim: set ts=4 sw=4 sts=4 expandtab :
|
||||
|
|
|
|||
Loading…
Reference in New Issue