]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/mailbox.c
Indented with src/scripts/indent-emp.
[empserver] / src / lib / common / mailbox.c
index e34ed2bc83b4b685e9338633e0dd37ffd88b93ef..50c64dfc93419b864ba3f95fd1666608812ba91f 100644 (file)
@@ -38,8 +38,6 @@
 s_char *
 mailbox(s_char *buf, natid cn)
 {
-       (void) sprintf(buf, "%s%d", telfil, cn);
-       return buf;
+    (void)sprintf(buf, "%s%d", telfil, cn);
+    return buf;
 }
-
-