From 929edcf445213222187cd1023c7b30f2ebd8f0bd Mon Sep 17 00:00:00 2001
From: beuchatp <beuchatp@control.ee.ethz.ch>
Date: Fri, 1 Dec 2017 06:14:22 +0100
Subject: [PATCH] Fixed typos in other object FAQ

---
 pps_wiki/faq.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pps_wiki/faq.md b/pps_wiki/faq.md
index 2406e1b0..a0ba39fa 100644
--- a/pps_wiki/faq.md
+++ b/pps_wiki/faq.md
@@ -228,7 +228,6 @@ for(std::vector<CrazyflieData>::const_iterator it = viconData.crazyflies.begin()
 				break;
 		}
 }
-
 ```
 This for loop iterates over all the objects provided to the ``viconCallback`` function, and fills in the ``otherObject`` variable with the object that match the string ``"name_of_object_I_am_searching_for"``.
 
-- 
GitLab