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

Unified Diff: runtime/vm/message.h

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge 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/vm/memory_region.cc ('k') | runtime/vm/message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/message.h
diff --git a/runtime/vm/message.h b/runtime/vm/message.h
index 7227e734576a0f1e7fb365930cc37a277b4a4113..4765ef24195fada6e46831948b92e0dbf9f8fddb 100644
--- a/runtime/vm/message.h
+++ b/runtime/vm/message.h
@@ -87,9 +87,7 @@ class Message {
ASSERT(len_ > 0);
return data_;
}
- intptr_t len() const {
- return len_;
- }
+ intptr_t len() const { return len_; }
RawObject* raw_obj() const {
ASSERT(len_ == 0);
return reinterpret_cast<RawObject*>(data_);
« no previous file with comments | « runtime/vm/memory_region.cc ('k') | runtime/vm/message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698