[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]F1AP codec update
[o-du/l2.git] / src / codec_utils / common / xer_encoder.c
old mode 100755 (executable)
new mode 100644 (file)
index cfdcf8e..b0f2795
@@ -56,8 +56,9 @@ xer_fprint(FILE *stream, const asn_TYPE_descriptor_t *td, const void *sptr) {
        asn_enc_rval_t er = {0,0,0};
 
 #ifndef DEBUG_ASN_PRINT
-       return 0;
+   return 0;
 #endif
+
        if(!stream) stream = stdout;
        if(!td || !sptr)
                return -1;