Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc88cd71 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix indentation for coding rule"

parents f7adb3f0 aa1b815e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1592,7 +1592,8 @@ Status CameraService::notifySystemEvent(int32_t eventId,
            ALOGE("Permission Denial: cannot send updates to camera service about system"
                    " events from pid=%d, uid=%d", pid, uid);
            return STATUS_ERROR_FMT(ERROR_PERMISSION_DENIED,
                            "No permission to send updates to camera service about system events from pid=%d, uid=%d", pid, uid);
                    "No permission to send updates to camera service about system events"
                    " from pid=%d, uid=%d", pid, uid);
        }
    }