QTextCodec: Fix source code indentation
Change-Id: Ia9a79e659e028eb6173a7adef12d4973f78c32e9 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>bb10
parent
824f01af8f
commit
c99b93e55c
|
|
@ -503,7 +503,7 @@ QTextCodec *QTextCodec::codecForName(const QByteArray &name)
|
|||
QCoreGlobalData *globalData = QCoreGlobalData::instance();
|
||||
if (!globalData)
|
||||
return 0;
|
||||
setup();
|
||||
setup();
|
||||
|
||||
#ifndef QT_USE_ICU
|
||||
QTextCodecCache *cache = &globalData->codecCache;
|
||||
|
|
|
|||
Loading…
Reference in New Issue