From a113a3c540bc175afae325620f3537dbd61a8978 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 9 Mar 2003 20:31:07 +0000 Subject: whitespace cleanup --- winsup/cygwin/security.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/security.h') diff --git a/winsup/cygwin/security.h b/winsup/cygwin/security.h index a859526d7..2965b1dec 100644 --- a/winsup/cygwin/security.h +++ b/winsup/cygwin/security.h @@ -115,7 +115,7 @@ public: BOOL add (const PSID nsi) /* Only with auto for now */ { if (count >= maxcount) - { + { cygsid *tmp = new cygsid [ 2 * maxcount]; if (!tmp) return FALSE; @@ -176,7 +176,7 @@ public: void clear_supp () { if (issetgroups ()) - { + { sgsids.free_sids (); ischanged = TRUE; } -- cgit v1.2.3