From 19a31401e065e977749d1b013a3840b31250af4c Mon Sep 17 00:00:00 2001
From: Carlos Mastalli <carlos.mastalli@laas.fr>
Date: Mon, 9 Sep 2019 13:21:33 +0200
Subject: [PATCH] [cleanup] Formatted code

---
 benchmark/unicycle.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmark/unicycle.cpp b/benchmark/unicycle.cpp
index 5be6f986..1790494f 100644
--- a/benchmark/unicycle.cpp
+++ b/benchmark/unicycle.cpp
@@ -10,7 +10,7 @@
 int main() {
   bool CALLBACKS = false;
   unsigned int N = 200;  // number of nodes
-  unsigned int T = 5e3;   // number of trials
+  unsigned int T = 5e3;  // number of trials
   unsigned int MAXITER = 1;
   using namespace crocoddyl;
 
-- 
GitLab