mirror of https://github.com/ecmwf/eccodes.git
Indentation
This commit is contained in:
parent
9b4f4327ec
commit
5ac62218d2
|
@ -486,7 +486,7 @@ int grib_recompose_print(grib_handle* h, grib_accessor* observer, const char* un
|
|||
case ']':
|
||||
loc[mode] = 0;
|
||||
mode = -1;
|
||||
if(al) grib_accessors_list_delete(h->context, al);
|
||||
if (al) grib_accessors_list_delete(h->context, al);
|
||||
al = grib_find_accessors_list(h, loc); /* This allocates memory */
|
||||
if (!al) {
|
||||
if (!fail) {
|
||||
|
|
Loading…
Reference in New Issue