From 7351ce46fbb5c4ceea19498e50d444527c8be52d Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 5 Apr 2015 16:35:43 +0200 Subject: [PATCH] Removed useless space Former-commit-id: 8eefc03bf288bf24df61b6d5ac4f2f38b69e1c18 --- SDK/include/NDK/Component.inl | 1 - 1 file changed, 1 deletion(-) diff --git a/SDK/include/NDK/Component.inl b/SDK/include/NDK/Component.inl index fab8bed6f..4715e8d7d 100644 --- a/SDK/include/NDK/Component.inl +++ b/SDK/include/NDK/Component.inl @@ -50,5 +50,4 @@ namespace Ndk ComponentId id = BuildComponentId(name); return RegisterComponent(id); } - }