From 6b6dad8c553cd1518a6e5ca66ba584b8cc007533 Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Fri, 21 Feb 2020 17:46:07 +0100
Subject: [PATCH] minor: fix indent

---
 include/eigenpy/version.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/eigenpy/version.hpp b/include/eigenpy/version.hpp
index 1d0b98f5..ac98007d 100644
--- a/include/eigenpy/version.hpp
+++ b/include/eigenpy/version.hpp
@@ -32,8 +32,8 @@ namespace eigenpy
   ///        by the input arguments.
   ///
   bool EIGENPY_DLLEXPORT checkVersionAtLeast(unsigned int major_version,
-                                          unsigned int minor_version,
-                                          unsigned int patch_version);
+                                             unsigned int minor_version,
+                                             unsigned int patch_version);
 }
 
 #endif // __eigenpy_version_hpp__
-- 
GitLab