Change indentation to follow the updated standard.
Alot of mixed indentation. use 4 chars wide soft tabs.
This commit is contained in:
parent
9cc5420447
commit
f46ae1970b
51 changed files with 634 additions and 639 deletions
|
|
@ -5,7 +5,7 @@ This API is here to provide an abstraction to the underlaying low-level filesyst
|
|||
to try to make applications portable but also throw away detail from client-code.
|
||||
|
||||
IMPORTANT: The design is only tested with inotify and the API may
|
||||
need to change in the future to support more subsystems that may have some limitations.
|
||||
need to change in the future to support more subsystems that may have some limitations.
|
||||
|
||||
Data structures
|
||||
~~~~~~~~~~~~~~~
|
||||
|
|
@ -39,10 +39,10 @@ NOTIFY_MOVE_TO;;
|
|||
|
||||
`dir`::
|
||||
non zero if event is triggered on a directory
|
||||
|
||||
|
||||
`path`::
|
||||
path of the triggered event
|
||||
|
||||
|
||||
`filename`::
|
||||
the filename the event was triggered on
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ in this function, the only requirement is that the function never blocks.
|
|||
`notify_event_set_*()`::
|
||||
|
||||
use these functions to set members of the `notify_event` structure.
|
||||
|
||||
|
||||
`notify_event_del()`::
|
||||
|
||||
free's all the memory from the `notify_event` structure.
|
||||
|
|
|
|||
Reference in a new issue