Skip to content

Commit

Permalink
Revert "Fix clang-format error"
Browse files Browse the repository at this point in the history
This reverts commit cc75353.

Ubuntu (CI) and my local version of clang-format disagree on how to
ident this piece of code. Stick the the CI version.
  • Loading branch information
JoseExposito committed Nov 26, 2024
1 parent abac551 commit c815746
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/gesture-gatherer/libinput-gesture-gatherer.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ class LibinputGestureGatherer : public GestureGatherer {
/**
* libinput structure with pointers to the open/close callbacks.
*/
struct libinput_interface libinputInterface{
LibinputGestureGatherer::openRestricted,
LibinputGestureGatherer::closeRestricted};
struct libinput_interface libinputInterface {
LibinputGestureGatherer::openRestricted,
LibinputGestureGatherer::closeRestricted
};
static int openRestricted(const char *path, int flags, void *userData);
static void closeRestricted(int fd, void *userData);
};
Expand Down

0 comments on commit c815746

Please sign in to comment.