mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
Fix misleading indentation on if/else statements
This commit is contained in:
parent
b6eb730684
commit
ea5a0631c5
@ -340,9 +340,9 @@ parsefilterspec(const char* optarg0, List* speclist)
|
||||
filtopt->fqn[0] = '\0'; /* for strlcat */
|
||||
if(strcmp(var,"*") != 0 && var[0] != '/') strlcat(filtopt->fqn,"/",vlen+2);
|
||||
strlcat(filtopt->fqn,var,vlen+2);
|
||||
if(isnone)
|
||||
if(isnone) {
|
||||
filtopt->nofilter = 1;
|
||||
else {
|
||||
} else {
|
||||
filtopt->pfs = *nsf;
|
||||
if(nsf->nparams != 0) {
|
||||
/* Duplicate the params */
|
||||
|
Loading…
x
Reference in New Issue
Block a user