[PATCH] D55849: [sanitizer] Remove spurious semi-colon

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 19 11:08:45 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT349666: [sanitizer] Remove spurious semi-colon (authored by cryptoad, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55849?vs=178766&id=178922#toc

Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55849/new/

https://reviews.llvm.org/D55849

Files:
  lib/sanitizer_common/sanitizer_type_traits.h


Index: lib/sanitizer_common/sanitizer_type_traits.h
===================================================================
--- lib/sanitizer_common/sanitizer_type_traits.h
+++ lib/sanitizer_common/sanitizer_type_traits.h
@@ -39,6 +39,6 @@
 template <typename T>
 struct is_same<T, T> : public true_type {};
 
-};  // namespace __sanitizer
+}  // namespace __sanitizer
 
 #endif


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55849.178922.patch
Type: text/x-patch
Size: 375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181219/38f5372f/attachment.bin>


More information about the llvm-commits mailing list