From 01c58f7fe9d7c2fd3d4f9bbf8ee5954170a1ad37 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 19 Jul 2006 17:12:06 -0500 Subject: [svn-r12483] Removed some white space from h5copy.c his line, and those below, will be ignored-- M h5copy/h5copy.c --- tools/h5copy/h5copy.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/h5copy/h5copy.c b/tools/h5copy/h5copy.c index 604eb03..c72cdde 100644 --- a/tools/h5copy/h5copy.c +++ b/tools/h5copy/h5copy.c @@ -29,7 +29,7 @@ int d_status; * * Return: void * - * Programmer: Pedro Vicente Nunes, 7/8/2006 + * Programmer: Pedro Vicente Nunes, 7/8/2006 * * Modifications: * @@ -66,9 +66,9 @@ usage: h5copy [OPTIONS] [OBJECTS...]\n\ /*------------------------------------------------------------------------- - * Function: parse_flag + * Function: parse_flag * - * Purpose: read the flag -f STRING + * Purpose: read the flag -f STRING * * STRING is one of the following (API symbol and description) * @@ -78,10 +78,10 @@ usage: h5copy [OPTIONS] [OBJECTS...]\n\ * REF H5G_COPY_EXPAND_OBJ_REFERENCE_FLAG: Copy objects that are pointed by references * ATTR H5G_COPY_WITHOUT_ATTR_FLAG Copy object without copying attributes * - * Return: Success: SUCCEED - * Failure: FAIL + * Return: Success: SUCCEED + * Failure: FAIL * - * Programmer: Pedro Vicente Nunes, 7/8/2006 + * Programmer: Pedro Vicente Nunes, 7/8/2006 * * Modifications: * @@ -128,11 +128,11 @@ static int parse_flag(const char* str_flag, unsigned *flag) /*------------------------------------------------------------------------- - * Function: main + * Function: main * - * Purpose: main program + * Purpose: main program * - * Programmer: Pedro Vicente Nunes + * Programmer: Pedro Vicente Nunes * * Modifications: * @@ -153,8 +153,8 @@ main (int argc, const char *argv[]) char *x; unsigned flag=0; int verbose=0; - hid_t pid; - char str_flag[20]; + hid_t pid; + char str_flag[20]; /* switches come before non-switch arguments */ for (argno=1; argno