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

Unified Diff: runtime/bin/embedded_dart_io.cc

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 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 | « runtime/bin/directory_win.cc ('k') | runtime/bin/error_exit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/embedded_dart_io.cc
diff --git a/runtime/bin/embedded_dart_io.cc b/runtime/bin/embedded_dart_io.cc
index 6dfbd867012eb48455890400260a487af295126a..c0a912e455d0993cd3e59db3c22b8f7099ad7ad6 100644
--- a/runtime/bin/embedded_dart_io.cc
+++ b/runtime/bin/embedded_dart_io.cc
@@ -7,8 +7,8 @@
#include "bin/directory.h"
#include "bin/eventhandler.h"
#include "bin/platform.h"
-#include "bin/utils.h"
#include "bin/thread.h"
+#include "bin/utils.h"
namespace dart {
namespace bin {
@@ -20,17 +20,14 @@ void BootstrapDartIo() {
EventHandler::Start();
}
-
void SetSystemTempDirectory(const char* system_temp) {
Directory::SetSystemTemp(system_temp);
}
-
void SetExecutableName(const char* executable_name) {
Platform::SetExecutableName(executable_name);
}
-
void SetExecutableArguments(int script_index, char** argv) {
Platform::SetExecutableArguments(script_index, argv);
}
« no previous file with comments | « runtime/bin/directory_win.cc ('k') | runtime/bin/error_exit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698