mirror of
https://github.com/KDE/konsole.git
synced 2026-05-07 06:05:18 -04:00
Minor change on indentation.
This commit is contained in:
@@ -506,16 +506,18 @@ void SessionManager::applyProfile(Session* session, const Profile::Ptr profile ,
|
||||
switch ((Profile::HistoryModeEnum)mode)
|
||||
{
|
||||
case Profile::DisableHistory:
|
||||
session->setHistoryType( HistoryTypeNone() );
|
||||
session->setHistoryType( HistoryTypeNone() );
|
||||
break;
|
||||
|
||||
case Profile::FixedSizeHistory:
|
||||
{
|
||||
int lines = profile->property<int>(Profile::HistorySize);
|
||||
session->setHistoryType( CompactHistoryType(lines) );
|
||||
}
|
||||
break;
|
||||
|
||||
case Profile::UnlimitedHistory:
|
||||
session->setHistoryType( HistoryTypeFile() );
|
||||
session->setHistoryType( HistoryTypeFile() );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user