Imported Upstream version 1.2
[platform/upstream/libunwind.git] / include / tdep-x86 / jmpbuf.h
index 5614950..521dfa6 100644 (file)
@@ -1,6 +1,6 @@
 /* libunwind - a platform-independent unwind library
    Copyright (C) 2004 Hewlett-Packard Co
-       Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
+        Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
 This file is part of libunwind.
 
@@ -27,16 +27,16 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */
 
 #if defined __linux__
 
-#define JB_SP          4
-#define JB_RP          5
-#define JB_MASK_SAVED  6
-#define JB_MASK                7
+#define JB_SP           4
+#define JB_RP           5
+#define JB_MASK_SAVED   6
+#define JB_MASK         7
 
 #elif defined __FreeBSD__
 
-#define JB_SP          2
-#define JB_RP          0
-#define JB_MASK_SAVED  11
-#define JB_MASK                7
+#define JB_SP           2
+#define JB_RP           0
+#define JB_MASK_SAVED   11
+#define JB_MASK         7
 
 #endif