From 6ccf6db2739ecaa4a521189f34fab527feb85454 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 7 Mar 2022 14:45:34 +0000 Subject: [PATCH] apps: examples: powermonitor: nxstyle fixes fix for errors reported by the nxstyle tool Signed-off-by: Alin Jerpelea --- examples/powermonitor/powermonitor_main.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/examples/powermonitor/powermonitor_main.c b/examples/powermonitor/powermonitor_main.c index 73cdd2622..ef9c12b43 100644 --- a/examples/powermonitor/powermonitor_main.c +++ b/examples/powermonitor/powermonitor_main.c @@ -1,4 +1,5 @@ /**************************************************************************** + * apps/examples/powermonitor/powermonitor_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -17,9 +18,9 @@ * ****************************************************************************/ -/****************************************************************************** +/**************************************************************************** * Included Files - ******************************************************************************/ + ****************************************************************************/ #include @@ -36,15 +37,15 @@ #include -/****************************************************************************** +/**************************************************************************** * Pre-processor Definitions - ******************************************************************************/ + ****************************************************************************/ #define DECIMAL_PLACES3(x) abs(((int)(((x)-((int)x))*1000))) -/****************************************************************************** +/**************************************************************************** * Public Functions - ******************************************************************************/ + ****************************************************************************/ int main(int argc, char *argv[]) {