X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fpoll.h;fp=source%2Fpoll.h;h=3566b92569c6103ffa502599fb9aded1210ba631;hp=3bc14701d487ffccad35e4d8740996642595346b;hb=73a21b6f495e16707ede460a2c9d8f1474bb4d93;hpb=48926b1ed17db1fed149f89140ea99f6d968adc2 diff --git a/source/poll.h b/source/poll.h index 3bc1470..3566b92 100644 --- a/source/poll.h +++ b/source/poll.h @@ -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)