remove an ugly newline
Change-Id: Ia238871fd72915adda60e51fb951cf07cf2df4d5
diff --git a/libsensors/MPLSensor.cpp b/libsensors/MPLSensor.cpp
index 8b9dd10..b91843c 100644
--- a/libsensors/MPLSensor.cpp
+++ b/libsensors/MPLSensor.cpp
@@ -351,8 +351,7 @@
if (sen_mask != inv_get_dl_config()->requested_sensors) {
LOGV("inv_set_mpu_sensors: %lx", sen_mask);
rv = inv_set_mpu_sensors(sen_mask);
- LOGE_IF(
- rv != INV_SUCCESS,
+ LOGE_IF(rv != INV_SUCCESS,
"error: unable to set MPL sensor power states (sens=%ld retcode = %d)",
sen_mask, rv);
}