Skip to content

Commit

Permalink
Fix spacing USCiLab#470
Browse files Browse the repository at this point in the history
  • Loading branch information
AzothAmmo authored and fiesh committed Mar 23, 2018
1 parent 08036cb commit 50850cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cereal/details/static_object.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ namespace cereal
std::unique_lock<std::mutex> lock;
#else
public:
LockGuard(LockGuard const &) = default; // prevents implicit copy ctor warning
LockGuard(LockGuard const &) = default; // prevents implicit copy ctor warning
~LockGuard() CEREAL_NOEXCEPT {} // prevents variable not used
#endif
};
Expand Down

0 comments on commit 50850cc

Please sign in to comment.