whitespace cleanup

This commit is contained in:
Christopher Faylor
2003-03-09 20:31:07 +00:00
parent c367dfd02c
commit a113a3c540
15 changed files with 55 additions and 56 deletions

View File

@@ -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;
}