Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
alja committed Apr 23, 2020
1 parent 8a22228 commit aafb03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fireworks/Core/src/CmsShowSearchFiles.cc
Expand Up @@ -171,7 +171,7 @@ void CmsShowSearchFiles::openClicked() {
void CmsShowSearchFiles::showPrefixes() {
if (nullptr == m_prefixMenu) {
m_prefixMenu = new TGPopupMenu(this);
const char* const(*itEnd)[s_columns] = s_prefixes + sizeof(s_prefixes) / sizeof(const char * [3]);
const char* const(*itEnd)[s_columns] = s_prefixes + sizeof(s_prefixes) / sizeof(const char* [3]);
int index = 0;
for (const char* const(*it)[s_columns] = s_prefixes; it != itEnd; ++it, ++index) {
//only add the protocols this version of the code actually can load
Expand Down

0 comments on commit aafb03c

Please sign in to comment.