[systemd-devel] [PATCH] fix extraneous space in equality check

Tom Gundersen teg at jklm.no
Wed May 27 14:38:48 PDT 2015


Applied. Thanks!

Tom

On Wed, May 27, 2015 at 9:02 PM, Jonathan Boulle
<jonathan.boulle at coreos.com> wrote:
> ---
>  src/core/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/core/main.c b/src/core/main.c
> index c39815b10675..212ab901b18f 100644
> --- a/src/core/main.c
> +++ b/src/core/main.c
> @@ -1496,7 +1496,7 @@ int main(int argc, char *argv[]) {
>                  setsid();
>
>          /* Move out of the way, so that we won't block unmounts */
> -        assert_se(chdir("/")  == 0);
> +        assert_se(chdir("/") == 0);
>
>          /* Reset the console, but only if this is really init and we
>           * are freshly booted */
> --
> 1.9.3
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel


More information about the systemd-devel mailing list