From 64d269e5e5984a1c252bfc67d7a84fb6e4b00f74 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 23 Sep 2015 01:58:40 +0200 Subject: [PATCH] remove superfluous braces in comment --- src/wall-notify.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wall-notify.c b/src/wall-notify.c index 0e77e97..e0d556d 100644 --- a/src/wall-notify.c +++ b/src/wall-notify.c @@ -169,11 +169,11 @@ static int set_utmpx(short type, int ptm) { static int login(int ptm) { #if defined(USE_UTEMPTER) int result = utempter_add_record(ptm, NULL); - /* Exit value of utempter_*() is not correct on all systems, e.g. - * FreeBSD() always returns 0. Checking the utmpx database manually is - * difficult because we don't know the exact values for ut_id and ut_line, - * therefore we only check the return value on systems known to return a - * useful value. */ + /* Exit value of utempter_*() is not correct on all systems, e.g. FreeBSD + * always returns 0. Checking the utmpx database manually is difficult + * because we don't know the exact values for ut_id and ut_line, therefore + * we only check the return value on systems known to return a useful + * value. */ # ifndef __linux result = 1; # endif -- 2.43.2