From 8fa9464d0c19ed0c0f844e5fdce2012381d4a9e2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 4 Jun 2010 09:09:39 -0400 Subject: [PATCH] Update copyright year and fix whitespace --- plugins/sudoers/check.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/sudoers/check.c b/plugins/sudoers/check.c index 847fff129..45e8cd9d4 100644 --- a/plugins/sudoers/check.c +++ b/plugins/sudoers/check.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996,1998-2005, 2007-2009 + * Copyright (c) 1993-1996,1998-2005, 2007-2010 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any @@ -26,10 +26,10 @@ #include #include #ifdef __linux__ -#include +# include #endif #if defined(__sun) && defined(__SVR4) -#include +# include #endif #ifndef __TANDEM # include -- 2.49.0