tools: cxd56: nxstyle fixes

nxstyle fixes to pass the CI checks

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2020-06-29 09:17:23 +02:00
committed by Abdelatif Guettouche
parent 5de436b872
commit 294fdd80a9
4 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
****************************************************************************/
/****************************************************************************
* Included Files
@@ -133,7 +133,7 @@ static struct args *parse_args(int argc, char **argv)
if (show_help == 1)
{
fprintf(stderr,
"mkspk [-c <number>] <filename> <save name> [<output file>]\n");
"mkspk [-c <number>] <filename> <save name> [<output file>]\n");
exit(EXIT_FAILURE);
}