~townsend/ubuntu-app-launch/remove-xmir-helpers

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/application-icon-finder.cpp

  • Committer: Pete Woods
  • Date: 2017-03-20 12:28:10 UTC
  • mto: (269.1.37 ubuntu-app-launch)
  • mto: This revision was merged to the branch mainline in revision 280.
  • Revision ID: pete.woods@canonical.com-20170320122810-fszen6lk28w83qjq
Run make format following managed memory branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
 
221
221
        auto newDirs = addSubdirectoryByType(themefile, directories[i], themePath);
222
222
        subdirs.splice(subdirs.end(), newDirs);
223
 
 
224
223
    }
225
224
    return subdirs;
226
225
}