svn commit: r332210 - stable/11/sbin/ipfw
Michael Tuexen
tuexen at FreeBSD.org
Sat Apr 7 19:40:49 UTC 2018
Author: tuexen
Date: Sat Apr 7 19:40:48 2018
New Revision: 332210
URL: https://svnweb.freebsd.org/changeset/base/332210
Log:
MFC r324218:
Whitespace changes: Remove leading spaces followed by a tab.
Modified:
stable/11/sbin/ipfw/ipfw2.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sbin/ipfw/ipfw2.h
==============================================================================
--- stable/11/sbin/ipfw/ipfw2.h Sat Apr 7 19:38:55 2018 (r332209)
+++ stable/11/sbin/ipfw/ipfw2.h Sat Apr 7 19:40:48 2018 (r332210)
@@ -205,14 +205,14 @@ enum tokens {
TOK_IP,
TOK_IF,
- TOK_ALOG,
- TOK_DENY_INC,
- TOK_SAME_PORTS,
- TOK_UNREG_ONLY,
+ TOK_ALOG,
+ TOK_DENY_INC,
+ TOK_SAME_PORTS,
+ TOK_UNREG_ONLY,
TOK_SKIP_GLOBAL,
- TOK_RESET_ADDR,
- TOK_ALIAS_REV,
- TOK_PROXY_ONLY,
+ TOK_RESET_ADDR,
+ TOK_ALIAS_REV,
+ TOK_PROXY_ONLY,
TOK_REDIR_ADDR,
TOK_REDIR_PORT,
TOK_REDIR_PROTO,
More information about the svn-src-stable
mailing list