From b2a3fd325faebac636718100a4d99690d76bdbb0 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Wed, 25 Jan 2023 20:33:51 +0000 Subject: [PATCH] Remove tabs --- src/griby.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/griby.y b/src/griby.y index 32b6a6962..4d1b13911 100644 --- a/src/griby.y +++ b/src/griby.y @@ -49,7 +49,7 @@ static grib_hash_array_value *_reverse_hash_array(grib_hash_array_value *r,grib_ grib_concept_condition *concept_condition; grib_concept_value *concept_value; grib_hash_array_value *hash_array_value; - grib_case *case_value; + grib_case *case_value; grib_rule *rules; grib_rule_entry *rule_entry; }; @@ -121,7 +121,7 @@ static grib_hash_array_value *_reverse_hash_array(grib_hash_array_value *r,grib_ %token CONCEPT_NOFAIL %token NIL %token DUMMY - + %token MODIFY %token READ_ONLY