[PATCH 07/11] wayland-server: Fix style on multi-line comment
Pekka Paalanen
ppaalanen at gmail.com
Thu Jun 11 02:00:13 PDT 2015
On Wed, 10 Jun 2015 11:55:18 -0700
Bryce Harrington <bryce at osg.samsung.com> wrote:
> Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
> ---
> src/wayland-server.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/wayland-server.c b/src/wayland-server.c
> index 3dc5048..57d3bbd 100644
> --- a/src/wayland-server.c
> +++ b/src/wayland-server.c
> @@ -50,8 +50,8 @@
> #include "wayland-os.h"
>
> /* This is the size of the char array in struct sock_addr_un.
> - No Wayland socket can be created with a path longer than this,
> - including the null terminator. */
> + * No Wayland socket can be created with a path longer than this,
> + * including the null terminator. */
> #ifndef UNIX_PATH_MAX
> #define UNIX_PATH_MAX 108
> #endif
Since we are tweaking style here, the ending */ should be on its own
line, with all the * aligned. Feel free to just push with that fixed.
Thanks,
pq
More information about the wayland-devel
mailing list