mirror of https://github.com/ecmwf/eccodes.git
Indentation
This commit is contained in:
parent
c6c0f831bc
commit
20ea673a21
|
@ -143,10 +143,9 @@ static void init(grib_accessor* a,const long l, grib_arguments* c)
|
|||
|
||||
self->paramId = grib_arguments_get_name(grib_handle_of_accessor(a),c,n++);
|
||||
self->type = grib_arguments_get_name(grib_handle_of_accessor(a),c,n++);
|
||||
|
||||
}
|
||||
|
||||
static int unpack_long (grib_accessor* a, long* val, size_t *len)
|
||||
static int unpack_long(grib_accessor* a, long* val, size_t *len)
|
||||
{
|
||||
grib_accessor_ifs_param* self = (grib_accessor_ifs_param*)a;
|
||||
int ret = 0;
|
||||
|
@ -167,7 +166,6 @@ static int unpack_long (grib_accessor* a, long* val, size_t *len)
|
|||
return ret;
|
||||
}
|
||||
|
||||
|
||||
static int pack_long(grib_accessor* a, const long* val, size_t *len)
|
||||
{
|
||||
grib_accessor_ifs_param* self = (grib_accessor_ifs_param*)a;
|
||||
|
@ -216,4 +214,3 @@ static int pack_long(grib_accessor* a, const long* val, size_t *len)
|
|||
static int get_native_type(grib_accessor* a){
|
||||
return GRIB_TYPE_LONG;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue