Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: Source/wtf/Alignment.h

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/ASCIICType.h ('k') | Source/wtf/ArrayBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/wtf/ASCIICType.h ('k') | Source/wtf/ArrayBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698