Merge pull request #15428 from mogemimi/fix-indent

Fix indentation for readability
This commit is contained in:
minggo 2016-04-18 15:20:54 +08:00
commit b88dc87b0a
2 changed files with 76 additions and 77 deletions

View File

@ -111,7 +111,6 @@ void localStorageRemoveItem( const std::string& key )
{ {
assert( _initialized ); assert( _initialized );
JniHelper::callStaticVoidMethod(className, "removeItem", key); JniHelper::callStaticVoidMethod(className, "removeItem", key);
} }
/** removes all items from the LS */ /** removes all items from the LS */