diff options
author | amet <amet.nospam@gmail.com> | 2013-02-03 22:27:12 +0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2013-02-19 11:41:57 -0500 |
commit | c59314846ad9ff3916c83cbefd5ce8f1e7f93d08 (patch) | |
tree | 211db9c4753848ea7dd6427ea8df3cdbb74f3d18 | |
parent | 74f14b7b44b5bb515a7c0ecbf4c2d1dbe2e36836 (diff) |
XBPython cosmetic spaces
-rw-r--r-- | xbmc/interfaces/python/XBPython.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/interfaces/python/XBPython.cpp b/xbmc/interfaces/python/XBPython.cpp index 969cae9896..500d5d7e08 100644 --- a/xbmc/interfaces/python/XBPython.cpp +++ b/xbmc/interfaces/python/XBPython.cpp @@ -100,12 +100,12 @@ void XBPython::Announce(AnnouncementFlag flag, const char *sender, const char *m if (flag & VideoLibrary) { if (strcmp(message, "OnScanFinished") == 0) - OnDatabaseUpdated("video"); + OnDatabaseUpdated("video"); } else if (flag & AudioLibrary) { if (strcmp(message, "OnScanFinished") == 0) - OnDatabaseUpdated("music"); + OnDatabaseUpdated("music"); } else if (flag & GUI) { |