Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir-csp committed May 12, 2016
1 parent de501e7 commit 8619a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ bool is_image(std::string file) {
file.find(".JPEG") != std::string::npos ||
file.find(".gif") != std::string::npos ||
file.find(".GIF") != std::string::npos ||
file.find (".svg") != std::string::npos ||
file.find (".SVG") != std::string::npos)
file.find(".svg") != std::string::npos ||
file.find(".SVG") != std::string::npos)
return true;

return false;
Expand Down

0 comments on commit 8619a2b

Please sign in to comment.