Really fix indentation.

Bug: 147667830
Change-Id: I073f91f58f35723af4ec50ab574b5a4dd9585074
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 3ae9a29..ad4d7a7 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -1790,7 +1790,7 @@
 
   if (IsZygote() && IsPerfettoHprofEnabled()) {
     constexpr const char* plugin_name = kIsDebugBuild ?
-    "libperfetto_hprofd.so" : "libperfetto_hprof.so";
+        "libperfetto_hprofd.so" : "libperfetto_hprof.so";
     // Load eagerly in Zygote to improve app startup times. This will make
     // subsequent dlopens for the library no-ops.
     dlopen(plugin_name, RTLD_NOW | RTLD_LOCAL);