Skip to content

Commit

Permalink
Keep code style
Browse files Browse the repository at this point in the history
  • Loading branch information
azubieta committed Jun 28, 2019
1 parent a07a2eb commit ee8acf2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/libappimage/desktop_integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set(
integrator/Integrator.cpp
integrator/DesktopEntryEditError.h
integrator/DesktopEntryEditor.cpp
integrator/MimeInfoEditor.cpp integrator/MimeInfoEditor.h)
integrator/MimeInfoEditor.cpp
integrator/MimeInfoEditor.h)

if(LIBAPPIMAGE_THUMBNAILER_ENABLED)
list(APPEND appimage_desktop_integration_sources "Thumbnailer.cpp")
Expand Down Expand Up @@ -36,4 +37,4 @@ add_dependencies(appimage_desktop_integration
Boost::filesystem
XdgUtils::DesktopEntry
XdgUtils::BaseDir
)
)

0 comments on commit ee8acf2

Please sign in to comment.