Align the " in #1426
authorCheng Zhao <zcbenz@gmail.com>
Mon, 20 Apr 2015 12:04:02 +0000 (20:04 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 20 Apr 2015 12:04:02 +0000 (20:04 +0800)
atom/browser/api/atom_api_power_monitor.cc

index 5849685..8f87eec 100644 (file)
@@ -42,7 +42,7 @@ void PowerMonitor::OnResume() {
 v8::Handle<v8::Value> PowerMonitor::Create(v8::Isolate* isolate) {
   if (!Browser::Get()->is_ready()) {
     node::ThrowError("Cannot initialize \"power-monitor\" module"
-                      "before app is ready");
+                     "before app is ready");
     return v8::Null(isolate);
   }