Index: runtime/bin/loader.cc |
diff --git a/runtime/bin/loader.cc b/runtime/bin/loader.cc |
index c94a21f0307770c1ae36019d6c9b7ee1c9d2418a..fdeae6ca63facc14fd62fa2acf221697a7fc62a9 100644 |
--- a/runtime/bin/loader.cc |
+++ b/runtime/bin/loader.cc |
@@ -449,7 +449,7 @@ void Loader::InitForSnapshot(const char* snapshot_uri) { |
} |
-#define RETURN_ERROR(result) \ |
+#define RETURN_ERROR(result) \ |
if (Dart_IsError(result)) return result; |
Dart_Handle Loader::ReloadNativeExtensions() { |