diff --git a/run-as/.clang-format b/run-as/.clang-format new file mode 120000 index 000000000..fd0645fdf --- /dev/null +++ b/run-as/.clang-format @@ -0,0 +1 @@ +../.clang-format-2 \ No newline at end of file diff --git a/run-as/run-as.cpp b/run-as/run-as.cpp index ac470d45b..971b9f4e4 100644 --- a/run-as/run-as.cpp +++ b/run-as/run-as.cpp @@ -144,7 +144,7 @@ int main(int argc, char* argv[]) { // Some devices can disable running run-as, such as Chrome OS when running in // non-developer mode. if (android::base::GetBoolProperty("ro.boot.disable_runas", false)) { - error(1, 0, "run-as is disabled from the kernel commandline"); + error(1, 0, "run-as is disabled from the kernel commandline"); } char* pkgname = argv[1];