aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ngctl/debug.c')
-rw-r--r--usr.sbin/ngctl/debug.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/ngctl/debug.c b/usr.sbin/ngctl/debug.c
index bbc329acdcd2..1f64dfd466e9 100644
--- a/usr.sbin/ngctl/debug.c
+++ b/usr.sbin/ngctl/debug.c
@@ -1,10 +1,9 @@
-
/*
* debug.c
*
* Copyright (c) 1996-1999 Whistle Communications, Inc.
* All rights reserved.
- *
+ *
* Subject to the following obligations and disclaimer of warranty, use and
* redistribution of this software, in source or object code forms, with or
* without modifications are expressly permitted by Whistle Communications;
@@ -15,7 +14,7 @@
* Communications, Inc. trademarks, including the mark "WHISTLE
* COMMUNICATIONS" on advertising, endorsements, or otherwise except as
* such appears in the above copyright notice or in the software.
- *
+ *
* THIS SOFTWARE IS BEING PROVIDED BY WHISTLE COMMUNICATIONS "AS IS", AND
* TO THE MAXIMUM EXTENT PERMITTED BY LAW, WHISTLE COMMUNICATIONS MAKES NO
* REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, REGARDING THIS SOFTWARE,
@@ -79,4 +78,3 @@ DebugCmd(int ac, char **av)
}
return (CMDRTN_OK);
}
-