src/rspro: regenerate to fix misleading indents

After upgrading our CI environment to use Debian 12 with
GCC 12, it complains about the following misleading indentations.
Regenerate the rspro code with asn1c
I2260df8f8ab8eaf5c2aac3c330f87dba4691c01e to be able to compile with
--enable-werror again.

The asn_internal.h file is left unchanged to preserve changes from
I14fff863449971024002e0d5465fb7a964d67095.

Related: OS#6057
Change-Id: Icc2e8da7232a93b04ac8f23800380ca9317bd60f
diff --git a/src/rspro/per_decoder.c b/src/rspro/per_decoder.c
index 20fe1a1..b5056b5 100644
--- a/src/rspro/per_decoder.c
+++ b/src/rspro/per_decoder.c
@@ -160,7 +160,7 @@
 	 */
 	if(!td->aper_decoder)
 		_ASN_DECODE_FAILED;	/* PER is not compiled in */
-		rval = td->aper_decoder(opt_codec_ctx, td, 0, sptr, &pd);
+	rval = td->aper_decoder(opt_codec_ctx, td, 0, sptr, &pd);
 	if(rval.code == RC_OK) {
 		/* Return the number of consumed bits */
 		rval.consumed = ((pd.buffer - (const uint8_t *)buffer) << 3)