commit | 3fe976cc22e579860f5b1832d920636d93145507 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue Jun 21 09:37:04 2022 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Thu Jun 23 15:17:28 2022 +0800 |
tree | 3e1c067eaa6834ec418e7cc6d0bef7f08a0b7066 | |
parent | 8d56d48d5a80aa896637161ac01cdb290f358cca [diff] [blame] |
Update clang-format Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I58738190d06bf216a13048d768aa4054d820d2e8
diff --git a/src/pathwatch.hpp b/src/pathwatch.hpp index 25fd6de..bc0cb3a 100644 --- a/src/pathwatch.hpp +++ b/src/pathwatch.hpp
@@ -36,8 +36,7 @@ virtual ~PathWatch() = default; PathWatch(const std::string& path, Callback& callback) : Watch(), objectPath(path), cb(callback), alreadyRan(false) - { - } + {} /** @brief Start the watch. *