OSDN Git Service

space reduction.
authorcgf <cgf>
Fri, 31 Aug 2001 05:17:47 +0000 (05:17 +0000)
committercgf <cgf>
Fri, 31 Aug 2001 05:17:47 +0000 (05:17 +0000)
winsup/cygwin/cygheap.cc

index dc2c72e..94d0dc0 100644 (file)
@@ -416,7 +416,7 @@ cygheap_user::set_sid (PSID new_sid)
   if (!new_sid)
     {
       if (psid)
-        cfree (psid);
+       cfree (psid);
       psid = NULL;
       return TRUE;
     }