Unverified Commit 7722583d authored by Kip's avatar Kip Committed by GitHub

Merge pull request #898 from hyperxor/fix_backslash_warning

Fix warning: backslash-newline at end of file
parents 7bb44b17 4593b1ec
...@@ -28,4 +28,4 @@ public: \ ...@@ -28,4 +28,4 @@ public: \
std::shared_ptr<Base> clone() const override \ std::shared_ptr<Base> clone() const override \
{ \ { \
return std::make_shared<Class>(*this); \ return std::make_shared<Class>(*this); \
}\ }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment