Fix Kloc issues. 25/50525/1
authorVictor Cebollada <v.cebollada@samsung.com>
Thu, 29 Oct 2015 11:00:44 +0000 (11:00 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Thu, 29 Oct 2015 11:00:44 +0000 (11:00 +0000)
Change-Id: I3fa5aae3eaf2890f63f09966d2189031665d573f
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
text/dali/devel-api/text-abstraction/font-client.cpp

index 997e999..f6b8fc9 100644 (file)
@@ -119,7 +119,7 @@ FontId FontClient::GetFontId( const FontDescription& fontDescription,
 
 bool FontClient::IsScalable( const FontPath& path )
 {
-  return GetImplementation(*this).IsScalable( path );;
+  return GetImplementation(*this).IsScalable( path );
 }
 
 bool FontClient::IsScalable( const FontDescription& fontDescription )