mirror of
https://gitlab.isc.org/isc-projects/kea.git
synced 2025-12-20 00:53:34 +08:00
[#4248] Added a space
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
class WatchSocket : public boost::noncopyable {
|
||||
public:
|
||||
/// @brief Value used to signify an invalid descriptor.
|
||||
static const int SOCKET_NOT_VALID /* = -1*/;
|
||||
static const int SOCKET_NOT_VALID /* = -1 */;
|
||||
|
||||
/// @brief Value written to the source when marking the socket as ready.
|
||||
/// The value itself is arbitrarily chosen as one that is unlikely to occur
|
||||
|
||||
Reference in New Issue
Block a user