From 9c6100d5dcfd8e1827086f552deddec296a7baa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 10 Jan 2017 15:30:57 +0100 Subject: [PATCH] [apps/statistics] Correct brace error Change-Id: I31f5337f2b46b8a1f5e410df9dbb4bb6ec2e4555 --- apps/statistics/box_range.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/statistics/box_range.h b/apps/statistics/box_range.h index 4b146903f..118572d73 100644 --- a/apps/statistics/box_range.h +++ b/apps/statistics/box_range.h @@ -16,9 +16,8 @@ public: float xGridUnit() override; private: Store * m_store; - }; -#endif - } + +#endif \ No newline at end of file