Index: Source/wtf/Alignment.h |
diff --git a/Source/wtf/Alignment.h b/Source/wtf/Alignment.h |
index 1fd01ef03179c5885b5f1f56601add7ac2178da4..6678728bb2312da7e211c97e965c4b24775cf170 100644 |
--- a/Source/wtf/Alignment.h |
+++ b/Source/wtf/Alignment.h |
@@ -39,9 +39,9 @@ namespace WTF { |
#endif |
#if COMPILER(GCC) |
- typedef char __attribute__((__may_alias__)) AlignedBufferChar; |
+ typedef char __attribute__((__may_alias__)) AlignedBufferChar; |
#else |
- typedef char AlignedBufferChar; |
+ typedef char AlignedBufferChar; |
#endif |
template<size_t size, size_t alignment> struct AlignedBuffer; |