Index: /OpenSceneGraph/trunk/include/OpenThreads/Atomic
===================================================================
--- /OpenSceneGraph/trunk/include/OpenThreads/Atomic (revision 9467)
+++ /OpenSceneGraph/trunk/include/OpenThreads/Atomic (revision 10789)
@@ -1,12 +1,12 @@
 /* -*-c++-*- OpenThreads library, Copyright (C) 2008  The Open Thread Group
  *
- * This library is open source and may be redistributed and/or modified under  
- * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 
+ * This library is open source and may be redistributed and/or modified under
+ * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
  * (at your option) any later version.  The full license is in LICENSE file
  * included with this distribution, and on the openscenegraph.org website.
- * 
+ *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * OpenSceneGraph Public License for more details.
 */
@@ -61,5 +61,5 @@
     Atomic(const Atomic&);
     Atomic& operator=(const Atomic&);
-    
+
 #if defined(_OPENTHREADS_ATOMIC_USE_MUTEX)
     mutable Mutex _mutex;
@@ -168,5 +168,5 @@
 #elif defined(_OPENTHREADS_ATOMIC_USE_MUTEX)
     ScopedLock<Mutex> lock(_mutex);
-    _value |= value; 
+    _value |= value;
     return _value;
 #else
