diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-09 20:31:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-09 20:31:07 +0000 |
commit | a113a3c540bc175afae325620f3537dbd61a8978 (patch) | |
tree | 0c2ed2ed60b9e06668f5703277a15c407a0d28d3 /winsup/cygwin/security.h | |
parent | c367dfd02c197b33e432f97d74351735f6242e12 (diff) | |
download | newlib-a113a3c540bc175afae325620f3537dbd61a8978.zip newlib-a113a3c540bc175afae325620f3537dbd61a8978.tar.gz newlib-a113a3c540bc175afae325620f3537dbd61a8978.tar.bz2 |
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/security.h')
-rw-r--r-- | winsup/cygwin/security.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/security.h b/winsup/cygwin/security.h index a859526..2965b1d 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; } |