contentstorage/casrv/causifscanner/src/proxy.cpp
changeset 66 32469d7d46ff
parent 60 f62f87b200ec
child 98 d2f833ab7940
--- a/contentstorage/casrv/causifscanner/src/proxy.cpp	Fri Apr 16 15:16:09 2010 +0300
+++ b/contentstorage/casrv/causifscanner/src/proxy.cpp	Mon May 03 12:48:45 2010 +0300
@@ -32,7 +32,6 @@
 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(
         TInt& aTableCount )
     {
-    aTableCount = sizeof( ImplementationTable )
-            / sizeof(TImplementationProxy);
+    aTableCount = sizeof( ImplementationTable ) / sizeof(TImplementationProxy);
     return ImplementationTable;
     }