We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70c338 commit 7caa354Copy full SHA for 7caa354
analytics/src/analytics_windows.cc
@@ -80,12 +80,12 @@ static std::wstring GetExecutablePath() {
80
error_code_large);
81
return std::wstring();
82
}
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
- }
+ }
+ else {
+ // length >= buffer.size() but not ERROR_INSUFFICIENT_BUFFER.
+ LogError(LOG_TAG "Failed to get executable path. Error: %u",
+ error_code);
+ return std::wstring();
89
90
91
0 commit comments