astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2017-04-02 09:26:14 +02:00
parent edd1c32e5b
commit 87bc667289
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ private:
Cont data_; Cont data_;
}; };
inline bool endsWith(const std::string &str, char c) { inline bool endsWith(const std::string &str, char c)
{
return str.back() == c; return str.back() == c;
} }