Skip to content

Commit

Permalink
resolve lint whitespace warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Apr 28, 2022
1 parent 160820f commit 3993f59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shell/browser/ui/file_dialog_gtk.cc
Expand Up @@ -32,7 +32,6 @@ static const int kPreviewWidth = 256;
static const int kPreviewHeight = 512;

std::string MakeCaseInsensitivePattern(const std::string& extension) {

std::string pattern("*.");

for (std::size_t i = 0, n = extension.size(); i < n; i++) {
Expand All @@ -51,7 +50,6 @@ std::string MakeCaseInsensitivePattern(const std::string& extension) {
}

return pattern;

}

class FileChooserDialog {
Expand Down

0 comments on commit 3993f59

Please sign in to comment.