commit | de6ea9847d7c323902fd42d038ccf050eeeaa710 | [log] [tgz] |
---|---|---|
author | valord577 <valord577@gmail.com> | Wed Feb 15 19:45:12 2023 +0800 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Tue May 16 16:47:09 2023 +0100 |
tree | 168a3faa1348b2258451f45355de107661b4cb71 | |
parent | 06b0bb55e330a797e6edf9e4cd234ac1359724e7 [diff] [blame] |
code style Signed-off-by: valord577 <valord577@gmail.com>
diff --git a/library/debug.c b/library/debug.c index ae5e631..b405997 100644 --- a/library/debug.c +++ b/library/debug.c
@@ -86,9 +86,9 @@ va_end(argp); if (ret < 0) { - eol= 0; + eol = 0; } else { - eol= ret; + eol = ret; if (ret >= DEBUG_BUF_SIZE - 1) { eol = DEBUG_BUF_SIZE - 2; }