Problem: wrong formatting in several files

Solution: apply clang-format
This commit is contained in:
Simon Giesecke
2018-02-13 18:01:27 +01:00
parent 90c6d993be
commit 94743fd21f
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ class tcp_connecter_t : public own_t, public io_object_t
// Underlying socket.
fd_t s;
// Handle corresponding to the listening socket, if file descriptor is
// Handle corresponding to the listening socket, if file descriptor is
// registered with the poller, or NULL.
handle_t handle;