Skip to content

Commit 7caa354

Browse files
committed
Fix nesting again.
1 parent d70c338 commit 7caa354

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

analytics/src/analytics_windows.cc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ static std::wstring GetExecutablePath() {
8080
error_code_large);
8181
return std::wstring();
8282
}
83-
else {
84-
// length >= buffer.size() but not ERROR_INSUFFICIENT_BUFFER.
85-
LogError(LOG_TAG "Failed to get executable path. Error: %u",
86-
error_code);
87-
return std::wstring();
88-
}
83+
}
84+
else {
85+
// length >= buffer.size() but not ERROR_INSUFFICIENT_BUFFER.
86+
LogError(LOG_TAG "Failed to get executable path. Error: %u",
87+
error_code);
88+
return std::wstring();
8989
}
9090
}
9191
}

0 commit comments

Comments
 (0)