Fix formatting

This commit is contained in:
Jonas Kvinge 2020-01-04 17:44:07 +01:00
parent 30413767cb
commit a4a8726ddf
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class MacFSListener : public FileSystemWatcherInterface {
FSEventStreamRef stream_;
QSet<QString> paths_;
QTimer *update_timer_;
QTimer* update_timer_;
};
#endif // CORE_MACFSLISTENER_H_