Fix tab indentation
This commit is contained in:
@@ -112,7 +112,6 @@ namespace keepass2android
|
||||
{
|
||||
|
||||
|
||||
|
||||
public void Lock(bool allowQuickUnlock = true, bool lockWasTriggeredByTimeout = false)
|
||||
{
|
||||
if (OpenDatabases.Any())
|
||||
@@ -766,8 +765,7 @@ namespace keepass2android
|
||||
|
||||
public IProgressDialog CreateProgressDialog(Context ctx)
|
||||
{
|
||||
var newProgressDialog = new RealProgressDialog(ctx, this);
|
||||
return newProgressDialog;
|
||||
return new RealProgressDialog(ctx, this);
|
||||
}
|
||||
|
||||
public IFileStorage GetFileStorage(IOConnectionInfo iocInfo)
|
||||
|
||||
Reference in New Issue
Block a user