astyle fixes

use git diff -w --ignore-all-space to see non-space changes
This commit is contained in:
Kurt Hindenburg
2012-08-05 13:35:03 -04:00
parent 605296dd81
commit e02fea6e17
10 changed files with 63 additions and 59 deletions

View File

@@ -187,7 +187,7 @@ void SessionManager::applyProfile(Session* session, const Profile::Ptr profile ,
}
if ( apply.shouldApply(Profile::TerminalColumns) ||
apply.shouldApply(Profile::TerminalRows) ) {
apply.shouldApply(Profile::TerminalRows) ) {
const int columns = profile->property<int>(Profile::TerminalColumns);
const int rows = profile->property<int>(Profile::TerminalRows);
session->setPreferredSize(QSize(columns, rows));