[svn-r18197] Description:
Trim trailing whitespace from source code files with this command:
find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//'
Tested on:
None - eyeballed only
This commit is contained in:
@@ -114,7 +114,7 @@ void parse_command_line(int argc,
|
||||
h5diff_exit(EXIT_FAILURE);
|
||||
}
|
||||
options->delta = atof( opt_arg );
|
||||
|
||||
|
||||
/* -d 0 is the same as default */
|
||||
if (options->delta == 0)
|
||||
options->d=0;
|
||||
@@ -227,8 +227,8 @@ void parse_command_line(int argc,
|
||||
printf("--------------------------------\n");
|
||||
printf("Use -c for a list of objects.\n");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -378,7 +378,7 @@ void usage(void)
|
||||
printf(" DBL_EPSILON = 2.22045E-16 for double\n");
|
||||
|
||||
printf(" -d, -p, and --use-system-epsilon options are used for comparing floating point values.\n");
|
||||
printf(" By default, strict equality is used. Use -p or -d to set specific tolerance.\n");
|
||||
printf(" By default, strict equality is used. Use -p or -d to set specific tolerance.\n");
|
||||
printf("\n");
|
||||
|
||||
printf(" Modes of output:\n");
|
||||
|
||||
Reference in New Issue
Block a user