diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-09-02 14:03:23 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-09-02 14:03:23 +0000 |
commit | 387e88c0114b6b3a436bae0e9990765cde6d044b (patch) | |
tree | e1bf9e53609f8950063eb0a42e49e5f7fb380598 /usr.sbin/bgpd/parse.y | |
parent | 32fd4528adafb57b4319d0dfa6e5c18c71d70a06 (diff) |
remove trailing spaces and tabs from source code; no binary changes
(verified by both sthen@ and me).
ok sthen@; "just commit it" claudio@
Diffstat (limited to 'usr.sbin/bgpd/parse.y')
-rw-r--r-- | usr.sbin/bgpd/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index 04ed72eb245..eecd9a7a134 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.257 2010/08/03 18:42:40 henning Exp $ */ +/* $OpenBSD: parse.y,v 1.258 2010/09/02 14:03:21 sobrado Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -2388,7 +2388,7 @@ top: if (next == '=') return (NE); lungetc(next); - break; + break; case '<': next = lgetc(0); if (next == '=') |