=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/buf.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/lex/buf.c 2015/11/19 19:43:40 1.1 +++ src/usr.bin/lex/buf.c 2015/11/19 22:16:43 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.c,v 1.1 2015/11/19 19:43:40 tedu Exp $ */ +/* $OpenBSD: buf.c,v 1.2 2015/11/19 22:16:43 tedu Exp $ */ /* flex - tool to generate fast lexical analyzers */ @@ -273,5 +273,3 @@ return buf; } - -/* vim:set tabstop=8 softtabstop=4 shiftwidth=4: */