socket-test: Fix style on multi-line comment

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
Bryce Harrington 2015-06-10 03:00:28 -07:00
parent 773babedfc
commit 724b6e4ebe

View File

@ -34,8 +34,9 @@
#include "test-runner.h"
/* Paths longer than what the .sun_path array can contain must be rejected.
This is a hard limitation of assigning a name to AF_UNIX/AF_LOCAL sockets.
See `man 7 unix`. */
* This is a hard limitation of assigning a name to AF_UNIX/AF_LOCAL sockets.
* See `man 7 unix`.
*/
static const struct sockaddr_un example_sockaddr_un;