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


Reply via email to