summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-05-09 07:55:11 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-05-09 07:55:11 +0200
commitec334aa7cdce31894ef11ebfc3c63e4865b16c7a (patch)
treef7380184b59ba784b789b110c9a2d1b92fe189ee
parentf0c4aca789a4bdc97a19b04ad305bccaae0ebd1c (diff)
Trivial coding style fix.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r--src/pgm_socket.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pgm_socket.hpp b/src/pgm_socket.hpp
index 0d6fe33..e9dcd03 100644
--- a/src/pgm_socket.hpp
+++ b/src/pgm_socket.hpp
@@ -58,7 +58,8 @@ namespace xs
// Initialize PGM network structures (GSI, GSRs).
int init (bool udp_encapsulation_, const char *network_);
- static int init_address(const char *network_, struct pgm_addrinfo_t **addr, uint16_t *port_number);
+ static int init_address(const char *network_,
+ struct pgm_addrinfo_t **addr, uint16_t *port_number);
// Get receiver fds and store them into user allocated memory.
void get_receiver_fds (fd_t *receive_fd_, fd_t *waiting_pipe_fd_);