libctf: fix tabdamage
[deliverable/binutils-gdb.git] / libctf / ctf-types.c
index 27cbfb94d00bc748e93375d3c480c1ef80e3eb8b..b0139e82bd75e9a272016883a5f0156dda5bb58e 100644 (file)
@@ -441,7 +441,7 @@ ctf_type_lname (ctf_file_t *fp, ctf_id_t type, char *buf, size_t len)
   size_t slen;
 
   if (str == NULL)
-    return CTF_ERR;             /* errno is set for us */
+    return CTF_ERR;                    /* errno is set for us.  */
 
   slen = strlen (str);
   snprintf (buf, len, "%s", str);
This page took 0.024776 seconds and 4 git commands to generate.