code style

This commit is contained in:
john30
2017-01-14 19:00:47 +01:00
parent ebcb260d5f
commit 5bf2f124b3
42 changed files with 1347 additions and 1066 deletions
+3 -3
View File
@@ -28,7 +28,7 @@
* class to notify other thread per pipe.
*/
class Notify {
public:
public:
/**
* constructs a new instance and do notifying.
*/
@@ -61,7 +61,7 @@ class Notify {
*/
int notify() const { return write(m_sendfd, "1", 1); }
private:
private:
/** file descriptor to watch */
int m_recvfd;
@@ -69,6 +69,6 @@ class Notify {
int m_sendfd;
};
#endif // LIB_UTILS_NOTIFY_H_
#endif // LIB_UTILS_NOTIFY_H_