Fix indentation in vmStructs_gc.hpp epsilon-gc-branch
authorshade
Wed, 30 May 2018 12:53:59 +0200
branchepsilon-gc-branch
changeset 56630 14ebf728ce3f
parent 56629 98acdabed742
child 56633 28d61698c79e
Fix indentation in vmStructs_gc.hpp
src/hotspot/share/gc/shared/vmStructs_gc.hpp
--- a/src/hotspot/share/gc/shared/vmStructs_gc.hpp	Wed May 30 11:22:56 2018 +0200
+++ b/src/hotspot/share/gc/shared/vmStructs_gc.hpp	Wed May 30 12:53:59 2018 +0200
@@ -59,8 +59,8 @@
                               volatile_nonstatic_field,                                                                              \
                               static_field))                                                                                         \
   EPSILONGC_ONLY(VM_STRUCTS_EPSILONGC(nonstatic_field,                                                                               \
-                                    volatile_nonstatic_field,                                                                        \
-                                    static_field))                                                                                   \
+                                      volatile_nonstatic_field,                                                                      \
+                                      static_field))                                                                                 \
   G1GC_ONLY(VM_STRUCTS_G1GC(nonstatic_field,                                                                                         \
                             volatile_nonstatic_field,                                                                                \
                             static_field))                                                                                           \
@@ -160,8 +160,8 @@
                             declare_toplevel_type,                        \
                             declare_integer_type))                        \
   EPSILONGC_ONLY(VM_TYPES_EPSILONGC(declare_type,                         \
-                                  declare_toplevel_type,                  \
-                                  declare_integer_type))                  \
+                                    declare_toplevel_type,                \
+                                    declare_integer_type))                \
   G1GC_ONLY(VM_TYPES_G1GC(declare_type,                                   \
                           declare_toplevel_type,                          \
                           declare_integer_type))                          \
@@ -235,7 +235,7 @@
   CMSGC_ONLY(VM_INT_CONSTANTS_CMSGC(declare_constant,                       \
                                     declare_constant_with_value))           \
   EPSILONGC_ONLY(VM_INT_CONSTANTS_EPSILONGC(declare_constant,               \
-                                          declare_constant_with_value))     \
+                                            declare_constant_with_value))   \
   G1GC_ONLY(VM_INT_CONSTANTS_G1GC(declare_constant,                         \
                                   declare_constant_with_value))             \
   PARALLELGC_ONLY(VM_INT_CONSTANTS_PARALLELGC(declare_constant,             \