Fix indentation.
Change-Id: Ic12650469cdfb5920693dd1ed7e984989b46de60
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 0420e0b..3ae9a29 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -1789,8 +1789,8 @@
}
if (IsZygote() && IsPerfettoHprofEnabled()) {
- constexpr const char* plugin_name = kIsDebugBuild ?
- "libperfetto_hprofd.so" : "libperfetto_hprof.so";
+ constexpr const char* plugin_name = kIsDebugBuild ?
+ "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);