Fix indentation
This commit is contained in:
parent
4ffaf2cd99
commit
bcecba20e6
1 changed files with 4 additions and 4 deletions
|
@ -123,10 +123,10 @@ void ShowSaveDialog(const file_dialog::DialogSettings& settings,
|
|||
|
||||
// #if defined(OS_MACOSX)
|
||||
void ShowCertificateTrust(atom::NativeWindow* parent_window,
|
||||
const scoped_refptr<net::X509Certificate>& cert,
|
||||
std::string message,
|
||||
const certificate_trust::ShowTrustCallback& callback,
|
||||
mate::Arguments* args) {
|
||||
const scoped_refptr<net::X509Certificate>& cert,
|
||||
std::string message,
|
||||
const certificate_trust::ShowTrustCallback& callback,
|
||||
mate::Arguments* args) {
|
||||
certificate_trust::ShowCertificateTrust(parent_window, cert, message, callback);
|
||||
}
|
||||
// #endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue