Linebreak to keep the linter happy
authorjoshaber <joshaber@gmail.com>
Mon, 3 Apr 2017 20:07:02 +0000 (16:07 -0400)
committerjoshaber <joshaber@gmail.com>
Mon, 3 Apr 2017 20:07:02 +0000 (16:07 -0400)
atom/browser/api/atom_api_dialog.cc

index 9a93ba703770a48d3052d1583568f47e041763d0..090f4c5d8ac5d6e4a785060856d99830cc359f59 100644 (file)
@@ -127,7 +127,8 @@ void ShowCertificateTrust(atom::NativeWindow* parent_window,
                           std::string message,
                           const certificate_trust::ShowTrustCallback& callback,
                           mate::Arguments* args) {
-  certificate_trust::ShowCertificateTrust(parent_window, cert, message, callback);
+  certificate_trust::ShowCertificateTrust(parent_window, cert,
+                                          message, callback);
 }
 #endif