mirror of https://github.com/axmolengine/axmol.git
Fix indentation for readability
This commit is contained in:
parent
f07b6a6804
commit
0825b1cc96
|
@ -111,7 +111,6 @@ void localStorageRemoveItem( const std::string& key )
|
|||
{
|
||||
assert( _initialized );
|
||||
JniHelper::callStaticVoidMethod(className, "removeItem", key);
|
||||
|
||||
}
|
||||
|
||||
/** removes all items from the LS */
|
||||
|
|
Loading…
Reference in New Issue