asn1_object_id_der: reformatted for gdoc detection

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
diff --git a/lib/coding.c b/lib/coding.c
index f7e15bb..245ea64 100644
--- a/lib/coding.c
+++ b/lib/coding.c
@@ -446,8 +446,7 @@
  *   vector isn't big enough and in this case @der_len will contain the
  *   length needed.
  **/
-int
-asn1_object_id_der (const char *str, unsigned char *der, int *der_len, unsigned flags)
+int asn1_object_id_der(const char *str, unsigned char *der, int *der_len, unsigned flags)
 {
   unsigned char tag_der[MAX_TAG_LEN];
   int tag_len = 0, r;