Fix indentation for readability

This commit is contained in:
mogemimi 2016-04-15 03:42:16 +09:00
parent f07b6a6804
commit 0825b1cc96
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 */