Expand all tabs to spaces, remove trailing spaces at EOLn.
authorIvan Maidanski <ivmai@mail.ru>
Wed, 14 Sep 2011 16:22:41 +0000 (20:22 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 14 Sep 2011 16:22:41 +0000 (20:22 +0400)
* doc/LICENSING.txt: Remove trailing spaces at EOLn.
* src/atomic_ops/sysdeps/all_acquire_release_volatile.h: Likewise.
* doc/README_win32.txt: Expand all tabs to spaces.
* src/atomic_ops/sysdeps/sunc/sparc.S: Likewise.

doc/LICENSING.txt
doc/README_win32.txt
src/atomic_ops/sysdeps/all_acquire_release_volatile.h
src/atomic_ops/sysdeps/sunc/sparc.S

index 1ae0e93..c6e1640 100644 (file)
@@ -28,7 +28,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE. 
+SOFTWARE.
 
 --------------------------------
 
@@ -61,4 +61,3 @@ It is possible that the license of the GPL pieces may be changed for
 future versions to make them more consistent with the rest of the package.
 If you submit patches, and have strong preferences about licensing, please
 express them.
-
index 0fe6f88..cb75a45 100644 (file)
@@ -12,14 +12,14 @@ I haven't been able to make all versions of VC++ happy.  If you know
 how to, please send a patch.
 4) To compile applications, you will need to retain or copy the following
 pieces from the resulting src directory contents:
-       "atomic_ops.h" - Header file defining low-level primitives.  This
-                        includes files from:
-       "atomic_ops"- Subdirectory containing implementation header files.
-       "atomic_ops_stack.h" - Header file describing almost lock-free stack.
-       "atomic_ops_malloc.h" - Header file describing almost lock-free malloc.
-       "libatomic_ops_gpl.lib" - Library containing implementation of the
-                                 above two.  The atomic_ops.h implementation
-                                 is entirely in the header files in Win32.
+        "atomic_ops.h" - Header file defining low-level primitives.  This
+                         includes files from:
+        "atomic_ops"- Subdirectory containing implementation header files.
+        "atomic_ops_stack.h" - Header file describing almost lock-free stack.
+        "atomic_ops_malloc.h" - Header file describing almost lock-free malloc.
+        "libatomic_ops_gpl.lib" - Library containing implementation of the
+                                  above two.  The atomic_ops.h implementation
+                                  is entirely in the header files in Win32.
 
 Most clients of atomic_ops.h will need to define AO_ASSUME_WINDOWS98 before
 including it.  Compare_and_swap is otherwise not available.
index 6787387..94bb502 100644 (file)
@@ -1,23 +1,23 @@
 /*
  * Copyright (c) 2004 Hewlett-Packard Development Company, L.P.
- * 
+ *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * in the Software without restriction, including without limitation the rights
  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  * copies of the Software, and to permit persons to whom the Software is
  * furnished to do so, subject to the following conditions:
- * 
+ *
  * The above copyright notice and this permission notice shall be included in
  * all copies or substantial portions of the Software.
- * 
+ *
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE. 
+ * SOFTWARE.
  */
 
 /*
index 81f0ef0..4001a67 100644 (file)
@@ -1,5 +1,5 @@
-       .seg    "text"
-       .globl  AO_test_and_set_full
+        .seg    "text"
+        .globl  AO_test_and_set_full
 AO_test_and_set_full:
-       retl
-         ldstub        [%o0],%o0
+        retl
+          ldstub        [%o0],%o0