Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Apr 16, 2017
1 parent bd9b8ae commit 07f9ee1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/aikido/perception/eigen_yaml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ namespace YAML {
namespace detail {

template <typename MatrixType, bool IsVectorAtCompileTime>
struct encode_impl {};
struct encode_impl
{
// Nothing defined. This class should be always specialized.
};

template <typename MatrixType>
struct encode_impl<MatrixType, true>
Expand Down

0 comments on commit 07f9ee1

Please sign in to comment.