Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2017-05-17 11:55:42 +0300
committerckamm <mail@ckamm.de>2017-05-17 13:26:27 +0300
commitc8d0f788e00bdae125a26d9159ce9efdd6325cd2 (patch)
treead77cb515fe650984e6b76dfffe09838090d77bd /src/gui/folderwatcher_mac.h
parentae263d60bd6d1bc0eb0c3712bab11de120b8cdd3 (diff)
Apply clang-format
Diffstat (limited to 'src/gui/folderwatcher_mac.h')
-rw-r--r--src/gui/folderwatcher_mac.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/folderwatcher_mac.h b/src/gui/folderwatcher_mac.h
index 52c0a0a69..a25d89f6d 100644
--- a/src/gui/folderwatcher_mac.h
+++ b/src/gui/folderwatcher_mac.h
@@ -21,8 +21,7 @@
#include <CoreServices/CoreServices.h>
-namespace OCC
-{
+namespace OCC {
/**
* @brief Mac OS X API implementation of FolderWatcher
@@ -31,7 +30,6 @@ namespace OCC
class FolderWatcherPrivate
{
public:
-
FolderWatcherPrivate(FolderWatcher *p, const QString &path);
~FolderWatcherPrivate();
@@ -48,7 +46,6 @@ private:
FSEventStreamRef _stream;
};
-
}
#endif