Parcourir la source

Fix tile atomicops macro.

Change-Id: I1a3acadd059f87c26a2e26f3b7a169c0780e981e
Jisi Liu il y a 10 ans
Parent
commit
6c8a036e3e
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      src/google/protobuf/stubs/atomicops_internals_tile_gcc.h

+ 6 - 6
src/google/protobuf/stubs/atomicops_internals_tile_gcc.h

@@ -1,5 +1,5 @@
-#ifndef GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_ARM64_GCC_H_
-#define GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_ARM64_GCC_H_
+#ifndef GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_
+#define GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_
 
 
 namespace google {
 namespace google {
 namespace protobuf {
 namespace protobuf {
@@ -70,8 +70,8 @@ inline Atomic64 NoBarrier_AtomicIncrement(volatile Atomic64* ptr,
     return *ptr;
     return *ptr;
 }
 }
 
 
-}
-}
-}
+}  // namespace internal
+}  // namespace protobuf
+}  // namespace google
 
 
-#endif
+#endif  // GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_TILE_GCC_H_