You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/08 07:58:11 UTC

svn commit: r812347 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/mutex.c

Author: mturk
Date: Tue Sep  8 05:58:11 2009
New Revision: 812347

URL: http://svn.apache.org/viewvc?rev=812347&view=rev
Log:
Remove trailing spaces. No functional change

Modified:
    commons/sandbox/runtime/trunk/src/main/native/os/win32/mutex.c

Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/mutex.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/mutex.c?rev=812347&r1=812346&r2=812347&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/win32/mutex.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/win32/mutex.c Tue Sep  8 05:58:11 2009
@@ -247,7 +247,7 @@
         return ACR_GET_OS_ERROR();
     }
     rc = ACR_SetSecurityInfoD(m, SE_KERNEL_OBJECT, uid, gid, sd);
-    
+
     return rc;
 }