X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fconstants.h;h=4feefcc25c46fe50628454cfc5895f4db82225ff;hp=2edb643734307be2223e8433dc25729d22247a04;hb=a81c41acd873cda7f40bca634782230d9e57dc4f;hpb=c016a1ae2bc93a48074e4b8cafab70b9d2c9fc20 diff --git a/source/constants.h b/source/constants.h index 2edb643..4feefcc 100644 --- a/source/constants.h +++ b/source/constants.h @@ -12,10 +12,10 @@ namespace Net { enum Family { - UNSPEC=AF_UNSPEC, - INET=AF_INET, - INET6=AF_INET6, - UNIF=AF_UNIX + UNSPEC = AF_UNSPEC, + INET = AF_INET, + INET6 = AF_INET6, + UNIF = AF_UNIX }; } // namespace Net