Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashlinrichardson committed Aug 7, 2023
1 parent 565103a commit 0823c30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imv/imv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ extern glImage * myImage;
extern glImage * myImage2;
extern glImage * myImage3;


std::string strp(const std::string& str, const std::string& whitespace = " \t\r\n"){
const auto strBegin = str.find_first_not_of(whitespace);
if (strBegin == std::string::npos) return ""; // no content
Expand Down

0 comments on commit 0823c30

Please sign in to comment.