diff options
author | ngie <ngie@FreeBSD.org> | 2016-12-31 10:34:09 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-12-31 10:34:09 +0000 |
commit | 25fb5c030071ac7fa2a70ff0685bdf8a4eb01d23 (patch) | |
tree | 4294b0f7b7a8aaf2ce8aca66ebbf366bb47cd132 /contrib/bsnmp/lib/support.c | |
parent | 697b77d18b5d828b2c12800b57f41ba385ac8fca (diff) | |
download | FreeBSD-src-25fb5c030071ac7fa2a70ff0685bdf8a4eb01d23.zip FreeBSD-src-25fb5c030071ac7fa2a70ff0685bdf8a4eb01d23.tar.gz |
MFstable/11 r310901:
MFC r310648:
style(9): clean up trailing whitespace
Diffstat (limited to 'contrib/bsnmp/lib/support.c')
-rw-r--r-- | contrib/bsnmp/lib/support.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/bsnmp/lib/support.c b/contrib/bsnmp/lib/support.c index 391c152..6a759b3 100644 --- a/contrib/bsnmp/lib/support.c +++ b/contrib/bsnmp/lib/support.c @@ -1,10 +1,10 @@ -/* +/* * Copyright (C) 2004 * Hartmut Brandt. * All rights reserved. - * + * * Author: Harti Brandt <harti@freebsd.org> - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * + * * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |