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

Unified Diff: runtime/bin/platform.h

Issue 2480793002: clang-format runtime/bin (Closed)
Patch Set: 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/bin/observatory_assets_empty.cc ('k') | runtime/bin/platform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/platform.h
diff --git a/runtime/bin/platform.h b/runtime/bin/platform.h
index cf220e4435070dfa8ba2660fa2400d47b80a3b41..9dc7e7a21a6a2fee63a1fa544160e3430993cdae 100644
--- a/runtime/bin/platform.h
+++ b/runtime/bin/platform.h
@@ -63,9 +63,7 @@ class Platform {
static void SetExecutableName(const char* executable_name) {
executable_name_ = executable_name;
}
- static const char* GetExecutableName() {
- return executable_name_;
- }
+ static const char* GetExecutableName() { return executable_name_; }
static const char* GetResolvedExecutableName() {
if (resolved_executable_name_ == NULL) {
// Try to resolve the executable path using platform specific APIs.
@@ -82,12 +80,8 @@ class Platform {
script_index_ = script_index;
argv_ = argv;
}
- static int GetScriptIndex() {
- return script_index_;
- }
- static char** GetArgv() {
- return argv_;
- }
+ static int GetScriptIndex() { return script_index_; }
+ static char** GetArgv() { return argv_; }
static DART_NORETURN void Exit(int exit_code);
« no previous file with comments | « runtime/bin/observatory_assets_empty.cc ('k') | runtime/bin/platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698