From 4661abc7c44926ac34ce96deb9e332a6804a2520 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Thu, 16 Aug 2018 14:53:05 +0100 Subject: libc: Cleanup remaining files The existing files had some style problems that this patch fixes. Change-Id: I794e0d96e52f8da0ffa0d70a41f36c4432b4e563 Signed-off-by: Antonio Nino Diaz --- lib/libc/assert.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/assert.c') diff --git a/lib/libc/assert.c b/lib/libc/assert.c index 97fab4b0f..721b6e54b 100644 --- a/lib/libc/assert.c +++ b/lib/libc/assert.c @@ -10,9 +10,9 @@ #include /* -* Only print the output if PLAT_LOG_LEVEL_ASSERT is higher or equal to -* LOG_LEVEL_INFO, which is the default value for builds with DEBUG=1. -*/ + * Only print the output if PLAT_LOG_LEVEL_ASSERT is higher or equal to + * LOG_LEVEL_INFO, which is the default value for builds with DEBUG=1. + */ #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE void __assert(const char *file, unsigned int line, const char *assertion) -- cgit v1.2.3