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/12/12 14:35:45 UTC

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

Author: mturk
Date: Sat Dec 12 13:35:44 2009
New Revision: 889934

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

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

Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/fsysrw.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/fsysrw.c?rev=889934&r1=889933&r2=889934&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/win32/fsysrw.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/win32/fsysrw.c Sat Dec 12 13:35:44 2009
@@ -2004,11 +2004,11 @@
     else {
         /* Use provided offset
          */
-        f->pos = pos;        
+        f->pos = pos;
     }
     lpo             = &f->overlap;
     lpo->Offset     = (DWORD)(f->pos);
-    lpo->OffsetHigh = (DWORD)(f->pos >> 32);        
+    lpo->OffsetHigh = (DWORD)(f->pos >> 32);
 
     if (f->blocking == BLK_OFF) {
         if (IS_INVALID_HANDLE(lpo->hEvent))
@@ -2119,11 +2119,11 @@
     else {
         /* Use provided offset
          */
-        f->pos = pos;        
+        f->pos = pos;
     }
     lpo             = &f->overlap;
     lpo->Offset     = (DWORD)(f->pos);
-    lpo->OffsetHigh = (DWORD)(f->pos >> 32);        
+    lpo->OffsetHigh = (DWORD)(f->pos >> 32);
 
     if (f->blocking == BLK_OFF) {
         if (IS_INVALID_HANDLE(lpo->hEvent))
@@ -2242,11 +2242,11 @@
     else {
         /* Use provided offset
          */
-        f->pos = pos;        
+        f->pos = pos;
     }
     lpo             = &f->overlap;
     lpo->Offset     = (DWORD)(f->pos);
-    lpo->OffsetHigh = (DWORD)(f->pos >> 32);        
+    lpo->OffsetHigh = (DWORD)(f->pos >> 32);
 
     if (f->blocking == BLK_OFF) {
         if (IS_INVALID_HANDLE(lpo->hEvent))
@@ -2373,11 +2373,11 @@
     else {
         /* Use provided offset
          */
-        f->pos = pos;        
+        f->pos = pos;
     }
     lpo             = &f->overlap;
     lpo->Offset     = (DWORD)(f->pos);
-    lpo->OffsetHigh = (DWORD)(f->pos >> 32);        
+    lpo->OffsetHigh = (DWORD)(f->pos >> 32);
 
     if (f->blocking == BLK_OFF) {
         if (IS_INVALID_HANDLE(lpo->hEvent))