summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_tos.c
diff options
context:
space:
mode:
authorrusty <rusty>2000-03-20 07:03:28 +0000
committerrusty <rusty>2000-03-20 07:03:28 +0000
commit03d3d33397da4fea028a55c5adbd65facf293660 (patch)
tree0e89f4764091ddd97f6c18e7033060501f72fe3c /extensions/libipt_tos.c
parent5c306289b8a78a060a12eba5cd86e0efc3533da0 (diff)
Makefile fixes for release.svn_t_nf-post-merge-1-0-0alpha
Whitespace cleanups.
Diffstat (limited to 'extensions/libipt_tos.c')
-rw-r--r--extensions/libipt_tos.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/libipt_tos.c b/extensions/libipt_tos.c
index eb62081..6d2d772 100644
--- a/extensions/libipt_tos.c
+++ b/extensions/libipt_tos.c
@@ -26,7 +26,7 @@ static void
help(void)
{
unsigned int i;
-
+
printf(
"TOS match v%s options:\n"
"[!] --tos value Match Type of Service field from one of the\n"
@@ -108,10 +108,10 @@ static void
print_tos(u_int8_t tos, int invert, int numeric)
{
unsigned int i;
-
+
if (invert)
fputc('!', stdout);
-
+
if (!numeric) {
for (i = 0; i<sizeof(TOS_values)/sizeof(struct TOS_value); i++)
if (TOS_values[i].TOS == tos) {