commit | 8e43edb7c35b4f1c67cd7f9a907635ae532cf510 | [log] [tgz] |
---|---|---|
author | Craig Tiller <ctiller@google.com> | Tue Feb 28 08:48:40 2017 -0800 |
committer | Craig Tiller <ctiller@google.com> | Tue Feb 28 08:48:40 2017 -0800 |
tree | 949af79cfed33d4f06c115e61068fb60d3aacf85 | |
parent | b73ad23bd82b69e21a2ce6a2f8b422ab99570b19 [diff] |
Fix include guards
diff --git a/src/core/lib/support/spinlock.h b/src/core/lib/support/spinlock.h index 06c45de..d8c7c5f 100644 --- a/src/core/lib/support/spinlock.h +++ b/src/core/lib/support/spinlock.h
@@ -49,4 +49,4 @@ do { \ } while (!gpr_spinlock_trylock((lock))) -#endif // GRPC_CORE_LIB_SUPPORT_SPINLOCK_H +#endif /* GRPC_CORE_LIB_SUPPORT_SPINLOCK_H */