minor indent

This commit is contained in:
fluxgen 2005-11-22 21:07:34 +00:00
parent 8e404f10dd
commit b131f3a8af

View file

@ -218,8 +218,8 @@ void ThemeItem<Texture>::load(const string *o_name, const string *o_altname) {
return; return;
} }
std::auto_ptr<PixmapWithMask> pm(Image::load(pixmap_name, std::auto_ptr<PixmapWithMask> pm(Image::load(pixmap_name, m_tm.screenNum()));
m_tm.screenNum()));
if (pm.get() == 0) { if (pm.get() == 0) {
if (ThemeManager::instance().verbose()) { if (ThemeManager::instance().verbose()) {
cerr<<"Resource("<<m_name+".pixmap" cerr<<"Resource("<<m_name+".pixmap"