Skip to content

Commit

Permalink
fix: lets be inconsistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Aug 21, 2023
1 parent 58d3fc1 commit e327369
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/util/XDGDesktopFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

#include <functional>

#if defined(Q_OS_UNIX) and !defined(Q_OS_DARWIN)

namespace chatterino {

#if defined(Q_OS_UNIX) and !defined(Q_OS_DARWIN)

XDGDesktopFile::XDGDesktopFile(const QString &filename)
{
QFile file(filename);
Expand Down Expand Up @@ -113,6 +113,6 @@ std::optional<XDGDesktopFile> XDGDesktopFile::findDesktopFile(
return {};
}

} // namespace chatterino

#endif

} // namespace chatterino

0 comments on commit e327369

Please sign in to comment.