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

Commit aa1b815e authored by Jeongik Cha's avatar Jeongik Cha
Browse files

fix indentation for coding rule

follow the coding convention(line width, indentation)

Test: m -j
Change-Id: I617392e88bb772909e45f3a77809c9074b74cff8
parent f7a3e19b
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);
        }
    }