]> git.tdb.fi Git - libs/core.git/blobdiff - source/poll.h
Style update: spaces around assignments
[libs/core.git] / source / poll.h
index 3bc14701d487ffccad35e4d8740996642595346b..3566b92569c6103ffa502599fb9aded1210ba631 100644 (file)
@@ -23,11 +23,11 @@ class Base;
 
 enum PollEvent
 {
-       P_NONE=0,
-       P_INPUT=1,
-       P_PRIO=2,
-       P_OUTPUT=4,
-       P_ERROR=8
+       P_NONE = 0,
+       P_INPUT = 1,
+       P_PRIO = 2,
+       P_OUTPUT = 4,
+       P_ERROR = 8
 };
 
 inline PollEvent operator|(PollEvent e, PollEvent f)