From a82f692e5844d5efdc091a796dc0e8ae8ab5a322 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 6 Feb 2018 17:43:55 +0100 Subject: Nest: Trivial whitespace cleanup --- nest/cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nest/cli.c') diff --git a/nest/cli.c b/nest/cli.c index ad81d384..c421cc7e 100644 --- a/nest/cli.c +++ b/nest/cli.c @@ -60,7 +60,7 @@ * the new one. When the consumer processes everything in the buffer * queue, it calls cli_written(), tha frees all buffers (except the * first one) and schedules cli.event . - * + * */ #include "nest/bird.h" @@ -136,7 +136,7 @@ cli_printf(cli *c, int code, char *msg, ...) } else if (cd == CLI_ASYNC_CODE) { - size = 1; buf[0] = '+'; + size = 1; buf[0] = '+'; errcode = cd; } else -- cgit v1.2.3