mirror of https://github.com/axmolengine/axmol.git
Merge pull request #15428 from mogemimi/fix-indent
Fix indentation for readability
This commit is contained in:
commit
b88dc87b0a
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue