diff options
| author | Bryce Harrington <bryce@osg.samsung.com> | 2015-06-10 03:00:28 -0700 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-06-12 15:31:24 -0700 |
| commit | 724b6e4ebedd6dae84edff1f13d4ef8a759257fe (patch) | |
| tree | 10f28364eef0378d381c0ad91fd07eecd8b50483 /tests/socket-test.c | |
| parent | tests: Update boilerplate from MIT X11 license to MIT Expat license (diff) | |
| download | wayland-724b6e4ebedd6dae84edff1f13d4ef8a759257fe.tar wayland-724b6e4ebedd6dae84edff1f13d4ef8a759257fe.tar.gz wayland-724b6e4ebedd6dae84edff1f13d4ef8a759257fe.tar.bz2 wayland-724b6e4ebedd6dae84edff1f13d4ef8a759257fe.tar.lz wayland-724b6e4ebedd6dae84edff1f13d4ef8a759257fe.tar.xz wayland-724b6e4ebedd6dae84edff1f13d4ef8a759257fe.tar.zst wayland-724b6e4ebedd6dae84edff1f13d4ef8a759257fe.zip | |
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>
Diffstat (limited to 'tests/socket-test.c')
| -rw-r--r-- | tests/socket-test.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/socket-test.c b/tests/socket-test.c index 512cf9a..c53f972 100644 --- a/tests/socket-test.c +++ b/tests/socket-test.c @@ -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; |
