From 73c418cc055e304479b5947dc5d9355dcb1e7993 Mon Sep 17 00:00:00 2001 From: maxcorsini Date: Wed, 21 Dec 2005 14:46:46 +0000 Subject: [PATCH] Fix indentation --- apps/trimeshinfo/defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/trimeshinfo/defs.h b/apps/trimeshinfo/defs.h index 7213ec46..f4d3410c 100644 --- a/apps/trimeshinfo/defs.h +++ b/apps/trimeshinfo/defs.h @@ -24,8 +24,8 @@ " Options:\n\n" \ " -q Quiet (disable verbose mode that is enabled by default)\n" \ " -x Enable XML output\n" \ - " -h Enable HTML output\n\n" \ - " -s Save the clean mesh" + " -h Enable HTML output\n" \ + " -s Save the clean mesh\n\n" #define MSG_ERR_MESH_LOAD "error loading the input meshes.\n" #define MSG_ERR_INVALID_OPTION "unable to parse option '%s'\n"