fix indentation for coding rule

follow the coding convention(line width, indentation)

Test: m -j
Change-Id: I617392e88bb772909e45f3a77809c9074b74cff8
gugelfrei
Jeongik Cha 6 years ago
parent f7a3e19bcb
commit aa1b815ead

@ -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);
}
}

Loading…
Cancel
Save