Skip to content

Commit 8e6c3f9

Browse files
committed
fix comment and format
1 parent 0558374 commit 8e6c3f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

include/notify-cpp/event.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ enum class Event {
4646
delete_self = (1 << 10),
4747
move_self = (1 << 11),
4848

49-
// NOT (yet) supported
49+
// undefined behaver
5050
none = (1 << 12),
5151

5252
// helper
@@ -136,4 +136,5 @@ class EventHandler {
136136

137137
std::string toString(const Event);
138138
std::ostream& operator<<(std::ostream&, const Event&);
139+
139140
}

include/notify-cpp/fanotify.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ class Fanotify : public Notify {
6464
enum { FD_POLL_FANOTIFY = 0,
6565
FD_POLL_MAX };
6666

67-
const size_t _fanotify_buffer_size = 8192;
67+
const size_t _fanotify_buffer_size = 8192;
6868
};
6969
}

0 commit comments

Comments
 (0)