diff options
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-08-16 14:53:05 +0100 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-08-22 10:26:04 +0100 |
commit | 4661abc7c44926ac34ce96deb9e332a6804a2520 (patch) | |
tree | 7ad0b9ef93489d0bca19342af8a74186b770251d /lib/libc/assert.c | |
parent | 7addcb33ef7b27cbc6f5802194c48d1f5736011d (diff) | |
download | platform_external_arm-trusted-firmware-4661abc7c44926ac34ce96deb9e332a6804a2520.tar.gz platform_external_arm-trusted-firmware-4661abc7c44926ac34ce96deb9e332a6804a2520.tar.bz2 platform_external_arm-trusted-firmware-4661abc7c44926ac34ce96deb9e332a6804a2520.zip |
libc: Cleanup remaining files
The existing files had some style problems that this patch fixes.
Change-Id: I794e0d96e52f8da0ffa0d70a41f36c4432b4e563
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'lib/libc/assert.c')
-rw-r--r-- | lib/libc/assert.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <platform.h> /* -* 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) |