summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-07-19 22:12:06 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-07-19 22:12:06 (GMT)
commit01c58f7fe9d7c2fd3d4f9bbf8ee5954170a1ad37 (patch)
tree83b8278e0a9e167e0bdbf8b35804f38c472c4936 /tools
parent5d8a9053c7c4d7f2fe4807a64156ce8b986c4bd8 (diff)
downloadhdf5-01c58f7fe9d7c2fd3d4f9bbf8ee5954170a1ad37.zip
hdf5-01c58f7fe9d7c2fd3d4f9bbf8ee5954170a1ad37.tar.gz
hdf5-01c58f7fe9d7c2fd3d4f9bbf8ee5954170a1ad37.tar.bz2
[svn-r12483] Removed some white space from h5copy.c
his line, and those below, will be ignored-- M h5copy/h5copy.c
Diffstat (limited to 'tools')
-rw-r--r--tools/h5copy/h5copy.c22
1 files 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<argc && '-'==argv[argno][0]; argno++)