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

Unified Diff: runtime/platform/text_buffer.h

Issue 2470663006: Add .clang-format and run clang-format on runtime/platform. (Closed)
Patch Set: Remove default override for short functions Created 4 years, 1 month 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 | « runtime/platform/signal_blocker.h ('k') | runtime/platform/text_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/text_buffer.h
diff --git a/runtime/platform/text_buffer.h b/runtime/platform/text_buffer.h
index 5689f0f0639d9f98e97d5dba5cfd7f88c04887f0..a9b5326d688e141c283f3f4b10da786aa5286086 100644
--- a/runtime/platform/text_buffer.h
+++ b/runtime/platform/text_buffer.h
@@ -24,8 +24,7 @@ class TextBuffer : ValueObject {
void EscapeAndAddCodeUnit(uint32_t cu);
void AddString(const char* s);
void AddEscapedString(const char* s);
- void AddRaw(const uint8_t* buffer,
- intptr_t buffer_length);
+ void AddRaw(const uint8_t* buffer, intptr_t buffer_length);
void Clear();
« no previous file with comments | « runtime/platform/signal_blocker.h ('k') | runtime/platform/text_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698