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

Unified Diff: runtime/bin/loader.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/io_service_no_ssl.cc ('k') | runtime/bin/loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/loader.h
diff --git a/runtime/bin/loader.h b/runtime/bin/loader.h
index 6ddf49f566de1b56b2b77542e4772b355574ff5f..ac9bc45f7d5b129da4b787ab6c488f060b11051c 100644
--- a/runtime/bin/loader.h
+++ b/runtime/bin/loader.h
@@ -33,9 +33,7 @@ class Loader {
Dart_Handle library,
Dart_Handle url);
- Dart_Handle error() const {
- return error_;
- }
+ Dart_Handle error() const { return error_; }
static void InitOnce();
@@ -86,8 +84,7 @@ class Loader {
const char* root_script_uri);
// Send a request for a dart-ext: import to the service isolate.
- void SendImportExtensionRequest(Dart_Handle url,
- Dart_Handle library_url);
+ void SendImportExtensionRequest(Dart_Handle url, Dart_Handle library_url);
// Send a request from the tag handler to the service isolate.
void SendRequest(Dart_LibraryTag tag,
« no previous file with comments | « runtime/bin/io_service_no_ssl.cc ('k') | runtime/bin/loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698