Coding style fixes.

This commit is contained in:
Felix Geyer 2012-07-23 15:06:48 +02:00
parent ecea101962
commit ad0d120ae6
2 changed files with 8 additions and 7 deletions

View File

@ -357,7 +357,8 @@ KeySym AutoTypePlatformX11::keyToKeySym(Qt::Key key)
} }
} }
void AutoTypePlatformX11::updateKeymap() { void AutoTypePlatformX11::updateKeymap()
{
ReadKeymap(); ReadKeymap();
if (!m_altgrMask) { if (!m_altgrMask) {