Skip to content
Snippets Groups Projects
Verified Commit 6b6dad8c authored by Justin Carpentier's avatar Justin Carpentier
Browse files

minor: fix indent

parent 646c9093
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,8 @@ namespace eigenpy ...@@ -32,8 +32,8 @@ namespace eigenpy
/// by the input arguments. /// by the input arguments.
/// ///
bool EIGENPY_DLLEXPORT checkVersionAtLeast(unsigned int major_version, bool EIGENPY_DLLEXPORT checkVersionAtLeast(unsigned int major_version,
unsigned int minor_version, unsigned int minor_version,
unsigned int patch_version); unsigned int patch_version);
} }
#endif // __eigenpy_version_hpp__ #endif // __eigenpy_version_hpp__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment