correct indentation; no functional change
authorjsg <jsg@openbsd.org>
Tue, 23 Apr 2024 13:34:50 +0000 (13:34 +0000)
committerjsg <jsg@openbsd.org>
Tue, 23 Apr 2024 13:34:50 +0000 (13:34 +0000)
ok tb@

47 files changed:
bin/csh/func.c
bin/ed/buf.c
bin/ksh/c_ksh.c
bin/ksh/edit.c
bin/pax/buf_subs.c
sbin/fsck_ext2fs/inode.c
sbin/growfs/growfs.c
sbin/ifconfig/ifconfig.c
sbin/ncheck_ffs/ncheck_ffs.c
sbin/ping/ping.c
usr.bin/calendar/ostern.c
usr.bin/dc/dc.c
usr.bin/dig/dighost.c
usr.bin/dig/lib/dns/rdata.c
usr.bin/dig/lib/dns/rdata/generic/tkey_249.c
usr.bin/dig/lib/dns/tsig.c
usr.bin/make/expandchildren.c
usr.bin/mg/file.c
usr.bin/rdist/docmd.c
usr.bin/snmp/snmpc.c
usr.bin/ssh/sshconnect.c
usr.bin/telnet/telnet.c
usr.bin/tftp/tftpsubs.c
usr.bin/tmux/cmd-queue.c
usr.bin/tmux/window-copy.c
usr.sbin/amd/amd/amq_subr.c
usr.sbin/amd/amd/nfs_ops.c
usr.sbin/dvmrpd/dvmrpe.c
usr.sbin/dvmrpd/probe.c
usr.sbin/ifstated/ifstated.c
usr.sbin/ldpd/lde.c
usr.sbin/lpr/common_source/displayq.c
usr.sbin/makefs/msdos/msdosfs_fat.c
usr.sbin/mopd/common/print.c
usr.sbin/mtree/compare.c
usr.sbin/ntpd/control.c
usr.sbin/pcidump/pcidump.c
usr.sbin/quot/quot.c
usr.sbin/radiusd/radiusd_standard.c
usr.sbin/ripd/auth.c
usr.sbin/sasyncd/carp.c
usr.sbin/smtpd/lka_filter.c
usr.sbin/smtpd/mda_variables.c
usr.sbin/smtpd/mta.c
usr.sbin/tcpdump/print-ospf.c
usr.sbin/tcpdump/print-slow.c
usr.sbin/tcpdump/print-snmp.c

index b9a775b..8515fb1 100644 (file)
@@ -1,4 +1,4 @@
-/*    $OpenBSD: func.c,v 1.41 2023/03/08 04:43:04 guenther Exp $       */
+/*    $OpenBSD: func.c,v 1.42 2024/04/23 13:34:50 jsg Exp $       */
 /*    $NetBSD: func.c,v 1.11 1996/02/09 02:28:29 christos Exp $       */
 
 /*-
@@ -866,8 +866,8 @@ xecho(int sep, Char **v)
        (void) fflush(cshout);
     if (setintr)
        sigprocmask(SIG_BLOCK, &sigset, NULL);
-       blkfree(gargv);
-       gargv = NULL;
+    blkfree(gargv);
+    gargv = NULL;
 }
 
 void
index 06dc7eb..48fa5e7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: buf.c,v 1.24 2019/06/28 13:34:59 deraadt Exp $        */
+/*     $OpenBSD: buf.c,v 1.25 2024/04/23 13:34:50 jsg Exp $    */
 /*     $NetBSD: buf.c,v 1.15 1995/04/23 10:07:28 cgd Exp $     */
 
 /* buf.c: This file contains the scratch-file buffer routines for the
@@ -158,8 +158,8 @@ get_line_node_addr(line_t *lp)
        if (n && cp == &buffer_head) {
                seterrmsg("invalid address");
                return ERR;
-        }
-        return n;
+       }
+       return n;
 }
 
 
index cd75f77..d2933bd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: c_ksh.c,v 1.62 2019/06/28 13:34:59 deraadt Exp $      */
+/*     $OpenBSD: c_ksh.c,v 1.63 2024/04/23 13:34:50 jsg Exp $  */
 
 /*
  * built-in Korn commands: c_*
@@ -810,8 +810,8 @@ c_typeset(char **wp)
                                                if ((vp->flag&INT_U))
                                                        shprintf("-U ");
                                                shprintf("%s\n", vp->name);
-                                                   if (vp->flag&ARRAY)
-                                               break;
+                                               if (vp->flag&ARRAY)
+                                                       break;
                                        } else {
                                                if (pflag)
                                                        shprintf("%s ",
index a06cbe7..3ed69e5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: edit.c,v 1.70 2023/06/21 22:22:08 millert Exp $       */
+/*     $OpenBSD: edit.c,v 1.71 2024/04/23 13:34:50 jsg Exp $   */
 
 /*
  * Command line editing - common code
@@ -451,7 +451,7 @@ x_file_glob(int flags, const char *str, int slen, char ***wordsp)
                 * which evaluated to an empty string (e.g.,
                 * "$FOO" when there is no FOO, etc).
                 */
-                if ((lstat(words[0], &statb) == -1) ||
+               if ((lstat(words[0], &statb) == -1) ||
                    words[0][0] == '\0') {
                        x_free_words(nwords, words);
                        words = NULL;
index d278b3d..70e9bbb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: buf_subs.c,v 1.32 2023/11/26 16:04:17 espie Exp $     */
+/*     $OpenBSD: buf_subs.c,v 1.33 2024/04/23 13:34:50 jsg Exp $       */
 /*     $NetBSD: buf_subs.c,v 1.5 1995/03/21 09:07:08 cgd Exp $ */
 
 /*-
@@ -765,7 +765,7 @@ cp_file(ARCHD *arcn, int fd1, int fd2)
         * check for holes in the source file. If none, we will use regular
         * write instead of file write.
         */
-        if (((off_t)(arcn->sb.st_blocks * BLKMULT)) >= arcn->sb.st_size)
+       if (((off_t)(arcn->sb.st_blocks * BLKMULT)) >= arcn->sb.st_size)
                ++no_hole;
 
        /*
index bfe3e5f..a1861b0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: inode.c,v 1.29 2019/07/01 07:13:44 kevlo Exp $        */
+/*     $OpenBSD: inode.c,v 1.30 2024/04/23 13:34:50 jsg Exp $  */
 /*     $NetBSD: inode.c,v 1.8 2000/01/28 16:01:46 bouyer Exp $ */
 
 /*
@@ -92,7 +92,7 @@ inosize(struct ext2fs_dinode *dp)
                size |= (u_int64_t)letoh32(dp->e2di_size_hi) << 32;
        if (size >= 0x80000000U)
                 (void)setlarge();
-        return size;
+       return size;
 }
 
 void
index 1f71d27..17adf7d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: growfs.c,v 1.56 2024/02/03 18:51:57 beck Exp $        */
+/*     $OpenBSD: growfs.c,v 1.57 2024/04/23 13:34:50 jsg Exp $ */
 /*
  * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz
  * Copyright (c) 1980, 1989, 1993 The Regents of the University of California.
@@ -984,7 +984,7 @@ updcsloc(time_t utime, int fsi, int fso, unsigned int Nflag)
                            (d % sblock.fs_fpg) / sblock.fs_frag);
                        acg.cg_cs.cs_nbfree++;
                        sblock.fs_cstotal.cs_nbfree++;
-                        if (sblock.fs_contigsumsize > 0) {
+                       if (sblock.fs_contigsumsize > 0) {
                                setbit(cg_clustersfree(&acg),
                                    (d % sblock.fs_fpg) / sblock.fs_frag);
                                /*
@@ -1896,7 +1896,7 @@ main(int argc, char **argv)
                sblock.fs_ncyl = sblock.fs_size * NSPF(&sblock) / sblock.fs_spc;
                if (sblock.fs_size * NSPF(&sblock) >
                    sblock.fs_ncyl * sblock.fs_spc)
-               sblock.fs_ncyl++;
+                       sblock.fs_ncyl++;
        }
        sblock.fs_ncg = howmany(sblock.fs_size, sblock.fs_fpg);
        if ((ino_t)sblock.fs_ncg * sblock.fs_ipg > UINT_MAX)
index 8310907..eb5a9f2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ifconfig.c,v 1.470 2023/11/23 03:38:34 dlg Exp $      */
+/*     $OpenBSD: ifconfig.c,v 1.471 2024/04/23 13:34:50 jsg Exp $      */
 /*     $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $      */
 
 /*
@@ -6313,7 +6313,7 @@ umb_pinop(int op, int is_puk, const char *pin, const char *newpin)
        if (newpin) {
                if ((mp.newpinlen = char_to_utf16(newpin, (uint16_t *)mp.newpin,
                    sizeof (mp.newpin))) == -1)
-               errx(1, "new PIN too long");
+                       errx(1, "new PIN too long");
        }
 
        if (ioctl(sock, SIOCSUMBPARAM, (caddr_t)&ifr) == -1)
index 793fb18..285716a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ncheck_ffs.c,v 1.55 2019/07/03 03:24:02 deraadt Exp $ */
+/*     $OpenBSD: ncheck_ffs.c,v 1.56 2024/04/23 13:34:50 jsg Exp $     */
 
 /*-
  * Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
@@ -462,7 +462,7 @@ searchdir(ufsino_t ino, daddr_t blkno, long size, off_t filesize,
                        if (dp->d_name[0] == '.') {
                                if (dp->d_name[1] == '\0' ||
                                    (dp->d_name[1] == '.' && dp->d_name[2] == '\0'))
-                               continue;
+                                       continue;
                        }
                        if (asprintf(&npath, "%s/%s", path, dp->d_name) == -1)
                                errx(1, "malloc");
index a3b3d65..dd09c27 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ping.c,v 1.248 2022/12/01 07:34:06 florian Exp $      */
+/*     $OpenBSD: ping.c,v 1.249 2024/04/23 13:34:50 jsg Exp $  */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -378,7 +378,7 @@ main(int argc, char *argv[])
                case 'p':               /* fill buffer with user pattern */
                        options |= F_PINGFILLED;
                        fill((char *)datap, optarg);
-                               break;
+                       break;
                case 'q':
                        options |= F_QUIET;
                        break;
index 536e7b8..5eefb9c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ostern.c,v 1.9 2019/01/17 06:15:44 tedu Exp $ */
+/*     $OpenBSD: ostern.c,v 1.10 2024/04/23 13:34:50 jsg Exp $ */
 
 /*
  * Copyright (c) 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
@@ -62,7 +62,7 @@ easter(int year)      /* 0 ... abcd, NOT since 1900 */
                e_q++;
 
        if (e_n == 4)
-       e_q += 31;
+               e_q += 31;
 
 #if DEBUG
        printf("%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d\n",
index a8b598c..204fc35 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: dc.c,v 1.20 2017/12/06 13:48:05 otto Exp $    */
+/*     $OpenBSD: dc.c,v 1.21 2024/04/23 13:34:50 jsg Exp $     */
 
 /*
  * Copyright (c) 2003, Otto Moerbeek <otto@drijf.net>
@@ -110,7 +110,7 @@ dc_main(int argc, char *argv[])
                 * BSD and Solaris dc(1) continue with stdin after processing
                 * the file given as the argument. We follow GNU dc(1).
                 */
-                return (0);
+               return (0);
        }
 
        src_setstream(&src, stdin);
index 2d2a52c..c62ee08 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dighost.c,v 1.37 2020/12/21 11:41:08 florian Exp $ */
+/* $Id: dighost.c,v 1.38 2024/04/23 13:34:50 jsg Exp $ */
 
 /*! \file
  *  \note
@@ -3643,15 +3643,14 @@ recv_done(isc_task_t *task, isc_event_t *event) {
        } else {
 
                if (msg->rcode == dns_rcode_noerror || l->origin == NULL) {
-
-                               dighost_received(b->used, &sevent->address, query);
+                       dighost_received(b->used, &sevent->address, query);
                }
 
                if (!query->lookup->ns_search_only)
                        query->lookup->pending = 0;
                if (!query->lookup->ns_search_only ||
                    query->lookup->trace_root || docancel) {
-                               dns_message_destroy(&msg);
+                       dns_message_destroy(&msg);
 
                        cancel_lookup(l);
                }
index acd7caa..395f3cf 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rdata.c,v 1.35 2022/07/03 12:07:52 florian Exp $ */
+/* $Id: rdata.c,v 1.36 2024/04/23 13:34:50 jsg Exp $ */
 
 /*! \file */
 
@@ -1430,25 +1430,24 @@ byte_btoa(int c, isc_buffer_t *target, struct state *state) {
                        tr.base[0] = 'z';
                        isc_buffer_add(target, 1);
                } else {
-                   register int tmp = 0;
-                   register int32_t tmpword = word;
-
-                   if (tmpword < 0) {
-                          /*
-                           * Because some don't support u_long.
-                           */
-                       tmp = 32;
-                       tmpword -= (int32_t)(85 * 85 * 85 * 85 * 32);
-                   }
-                   if (tmpword < 0) {
-                       tmp = 64;
-                       tmpword -= (int32_t)(85 * 85 * 85 * 85 * 32);
-                   }
+                       register int tmp = 0;
+                       register int32_t tmpword = word;
+
+                       if (tmpword < 0) {
+                               /*
+                                * Because some don't support u_long.
+                                */
+                               tmp = 32;
+                               tmpword -= (int32_t)(85 * 85 * 85 * 85 * 32);
+                       }
+                       if (tmpword < 0) {
+                               tmp = 64;
+                               tmpword -= (int32_t)(85 * 85 * 85 * 85 * 32);
+                       }
                        if (tr.length < 5)
                                return (ISC_R_NOSPACE);
                        tr.base[0] = atob_digits[(tmpword /
-                                             (int32_t)(85 * 85 * 85 * 85))
-                                               + tmp];
+                           (int32_t)(85 * 85 * 85 * 85)) + tmp];
                        tmpword %= (int32_t)(85 * 85 * 85 * 85);
                        tr.base[1] = atob_digits[tmpword / (85 * 85 * 85)];
                        tmpword %= (85 * 85 * 85);
index 97fab1f..b8fb9e8 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: tkey_249.c,v 1.13 2020/09/14 08:40:43 florian Exp $ */
+/* $Id: tkey_249.c,v 1.14 2024/04/23 13:34:50 jsg Exp $ */
 
 /*
  * Reviewed: Thu Mar 16 17:35:30 PST 2000 by halley.
@@ -127,18 +127,18 @@ totext_tkey(ARGS_TOTEXT) {
         */
        REQUIRE(n <= sr.length);
        if (n != 0U) {
-           dr = sr;
-           dr.length = n;
-           if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
-                   RETERR(isc_str_tobuffer(" (", target));
-           RETERR(isc_str_tobuffer(tctx->linebreak, target));
+               dr = sr;
+               dr.length = n;
+               if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
+                       RETERR(isc_str_tobuffer(" (", target));
+               RETERR(isc_str_tobuffer(tctx->linebreak, target));
                if (tctx->width == 0)   /* No splitting */
                        RETERR(isc_base64_totext(&dr, 60, "", target));
                else
                        RETERR(isc_base64_totext(&dr, tctx->width - 2,
-                                                tctx->linebreak, target));
-           if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
-                   RETERR(isc_str_tobuffer(" )", target));
+                           tctx->linebreak, target));
+               if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
+                       RETERR(isc_str_tobuffer(" )", target));
        }
        return (ISC_R_SUCCESS);
 }
index 795944c..57658a9 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- * $Id: tsig.c,v 1.14 2020/09/14 08:40:43 florian Exp $
+ * $Id: tsig.c,v 1.15 2024/04/23 13:34:50 jsg Exp $
  */
 /*! \file */
 
@@ -295,8 +295,8 @@ dns_tsigkey_create(dns_name_t *name, dns_name_t *algorithm,
                                                    DNS_KEYOWNER_ENTITY,
                                                    DNS_KEYPROTO_DNSSEC,
                                                    &b, &dstkey);
-                               if (result != ISC_R_SUCCESS)
-                                       return (result);
+                       if (result != ISC_R_SUCCESS)
+                               return (result);
                }
        } else if (dns_name_equal(algorithm, DNS_TSIG_HMACSHA224_NAME)) {
                if (secret != NULL) {
@@ -308,8 +308,8 @@ dns_tsigkey_create(dns_name_t *name, dns_name_t *algorithm,
                                                    DNS_KEYOWNER_ENTITY,
                                                    DNS_KEYPROTO_DNSSEC,
                                                    &b, &dstkey);
-                               if (result != ISC_R_SUCCESS)
-                                       return (result);
+                       if (result != ISC_R_SUCCESS)
+                               return (result);
                }
        } else if (dns_name_equal(algorithm, DNS_TSIG_HMACSHA256_NAME)) {
                if (secret != NULL) {
@@ -321,8 +321,8 @@ dns_tsigkey_create(dns_name_t *name, dns_name_t *algorithm,
                                                    DNS_KEYOWNER_ENTITY,
                                                    DNS_KEYPROTO_DNSSEC,
                                                    &b, &dstkey);
-                               if (result != ISC_R_SUCCESS)
-                                       return (result);
+                       if (result != ISC_R_SUCCESS)
+                               return (result);
                }
        } else if (dns_name_equal(algorithm, DNS_TSIG_HMACSHA384_NAME)) {
                if (secret != NULL) {
@@ -334,8 +334,8 @@ dns_tsigkey_create(dns_name_t *name, dns_name_t *algorithm,
                                                    DNS_KEYOWNER_ENTITY,
                                                    DNS_KEYPROTO_DNSSEC,
                                                    &b, &dstkey);
-                               if (result != ISC_R_SUCCESS)
-                                       return (result);
+                       if (result != ISC_R_SUCCESS)
+                               return (result);
                }
        } else if (dns_name_equal(algorithm, DNS_TSIG_HMACSHA512_NAME)) {
                if (secret != NULL) {
@@ -347,8 +347,8 @@ dns_tsigkey_create(dns_name_t *name, dns_name_t *algorithm,
                                                    DNS_KEYOWNER_ENTITY,
                                                    DNS_KEYPROTO_DNSSEC,
                                                    &b, &dstkey);
-                               if (result != ISC_R_SUCCESS)
-                                       return (result);
+                       if (result != ISC_R_SUCCESS)
+                               return (result);
                }
        } else if (length > 0)
                return (DNS_R_BADALG);
index a259c30..e2939c2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: expandchildren.c,v 1.3 2023/09/04 11:35:11 espie Exp $ */
+/*     $OpenBSD: expandchildren.c,v 1.4 2024/04/23 13:34:50 jsg Exp $ */
 /*     $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $       */
 
 /*
@@ -133,13 +133,13 @@ ExpandVarChildren(LstNode after, GNode *cgn, GNode *pgn)
                                cp2+=2;
                        else
                                cp2++;
-           }
+               }
 
-           if (cp2 != start) {
-                   /* Stuff left over -- add it to the list too.  */
-                   gn = Targ_FindNodei(start, cp2, TARG_CREATE);
-                   Lst_AtEnd(&members, gn);
-           }
+               if (cp2 != start) {
+                       /* Stuff left over -- add it to the list too.  */
+                       gn = Targ_FindNodei(start, cp2, TARG_CREATE);
+                       Lst_AtEnd(&members, gn);
+               }
        }
        /* Add all elements of the members list to the parent node.  */
        while ((gn = Lst_DeQueue(&members)) != NULL) {
index d710935..b01e818 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: file.c,v 1.103 2023/03/08 04:43:11 guenther Exp $     */
+/*     $OpenBSD: file.c,v 1.104 2024/04/23 13:34:50 jsg Exp $  */
 
 /* This file is in the public domain. */
 
@@ -406,8 +406,8 @@ retry:
                                        dobeep();
                                        ewprintf("Could not allocate %d bytes",
                                            newsize);
-                                               s = FIOERR;
-                                               goto endoffile;
+                                       s = FIOERR;
+                                       goto endoffile;
                                }
                                bcopy(line, cp, linesize);
                                free(line);
index 5d0279b..f3aaadd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: docmd.c,v 1.35 2022/01/28 06:18:41 guenther Exp $     */
+/*     $OpenBSD: docmd.c,v 1.36 2024/04/23 13:34:50 jsg Exp $  */
 
 /*
  * Copyright (c) 1983 Regents of the University of California.
@@ -485,31 +485,31 @@ doarrow(struct cmd *cmd, char **filev)
         * b) basename of destination in "install" directive is "."
         *    (e.g. install /tmp/.;)
         * c) name on left side of -> directive is a directory on local system.
-        *
-        * We need 2 destdir flags (destdir and ddir) because single directory
-        * source is handled differently.  In this case, ddir is 0 (which
-        * tells install() not to send DIRTARGET directive to remote rdistd)
-        * and destdir is 1 (which tells remfilename() how to build the FILE
-        * variables correctly).  In every other case, destdir and ddir will
-        * have the same value.
+        *
+        * We need 2 destdir flags (destdir and ddir) because single directory
+        * source is handled differently.  In this case, ddir is 0 (which
+        * tells install() not to send DIRTARGET directive to remote rdistd)
+        * and destdir is 1 (which tells remfilename() how to build the FILE
+        * variables correctly).  In every other case, destdir and ddir will
+        * have the same value.
         */
-       ddir = files->n_next != NULL;   /* destination is a directory */
+       ddir = files->n_next != NULL;   /* destination is a directory */
        if (!ddir) {
                struct stat s;
-               int isadir = 0;
+               int isadir = 0;
 
                if (lstat(files->n_name, &s) == 0)
-                       isadir = S_ISDIR(s.st_mode);
-               if (!isadir && sc->sc_name && *sc->sc_name)
-                       ddir = !strcmp(xbasename(sc->sc_name),".");
-               destdir = isadir | ddir;
-       } else
-               destdir = ddir;
+                       isadir = S_ISDIR(s.st_mode);
+               if (!isadir && sc->sc_name && *sc->sc_name)
+                       ddir = !strcmp(xbasename(sc->sc_name),".");
+               destdir = isadir | ddir;
+       } else
+               destdir = ddir;
 
        debugmsg(DM_MISC,
                 "Debug files->n_next= %p, destdir=%d, ddir=%d",
                 files->n_next, destdir, ddir);
+
        if (!sc->sc_name || !*sc->sc_name) {
                destdir = 0;
                ddir = 0;
index 3930c91..5f4596e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: snmpc.c,v 1.40 2022/12/26 19:16:03 jmc Exp $  */
+/*     $OpenBSD: snmpc.c,v 1.41 2024/04/23 13:34:50 jsg Exp $  */
 
 /*
  * Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org>
@@ -233,7 +233,7 @@ main(int argc, char *argv[])
                                errx(1, "-3K");
                        }
                        privkeylevel = USM_KEY_LOCALIZED;
-                               break;
+                       break;
                case 'k':
                        authkey = snmpc_hex2bin(optarg, &authkeylen);
                        if (authkey == NULL) {
index 850372c..8ff9228 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.c,v 1.366 2024/01/11 01:45:36 djm Exp $ */
+/* $OpenBSD: sshconnect.c,v 1.367 2024/04/23 13:34:50 jsg Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -609,7 +609,7 @@ get_hostfile_hostname_ipaddr(char *hostname, struct sockaddr *hostaddr,
                if (options.proxy_command == NULL) {
                        if (getnameinfo(hostaddr, hostaddr->sa_len,
                            ntop, sizeof(ntop), NULL, 0, NI_NUMERICHOST) != 0)
-                       fatal_f("getnameinfo failed");
+                               fatal_f("getnameinfo failed");
                        *hostfile_ipaddr = put_host_port(ntop, port);
                } else {
                        *hostfile_ipaddr = xstrdup("<no hostip for proxy "
index 05ca990..eb4d03a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: telnet.c,v 1.36 2019/07/11 03:54:27 deraadt Exp $     */
+/*     $OpenBSD: telnet.c,v 1.37 2024/04/23 13:34:51 jsg Exp $ */
 /*     $NetBSD: telnet.c,v 1.7 1996/02/28 21:04:15 thorpej Exp $       */
 
 /*
@@ -1359,7 +1359,7 @@ env_opt_add(char *ep)
                        opt_add(c);
                }
                if ((ep = vp)) {
-                               opt_add(NEW_ENV_VALUE);
+                       opt_add(NEW_ENV_VALUE);
                        vp = NULL;
                } else
                        break;
index 85c2e37..69bc0c1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: tftpsubs.c,v 1.15 2012/05/01 04:23:21 gsoares Exp $   */
+/*     $OpenBSD: tftpsubs.c,v 1.16 2024/04/23 13:34:51 jsg Exp $       */
 /*     $NetBSD: tftpsubs.c,v 1.3 1994/12/08 09:51:31 jtc Exp $ */
 
 /*
@@ -165,7 +165,7 @@ read_ahead(FILE *file, int convert, int segment_size)
                                newline = 1;
                        }
                }
-              *p++ = c;
+               *p++ = c;
        }
        b->counter = (int)(p - dp->th_data);
 }
index 3ce5168..623535a 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-queue.c,v 1.115 2023/09/15 06:31:49 nicm Exp $ */
+/* $OpenBSD: cmd-queue.c,v 1.116 2024/04/23 13:34:51 jsg Exp $ */
 
 /*
  * Copyright (c) 2013 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -806,10 +806,10 @@ cmdq_running(struct client *c)
        struct cmdq_list        *queue = cmdq_get(c);
 
        if (queue->item == NULL)
-        return (NULL);
-    if (queue->item->flags & CMDQ_WAITING)
-        return (NULL);
-    return (queue->item);
+               return (NULL);
+       if (queue->item->flags & CMDQ_WAITING)
+               return (NULL);
+       return (queue->item);
 }
 
 /* Print a guard line. */
index 3ae46cd..6c43d40 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: window-copy.c,v 1.347 2024/03/26 10:20:20 nicm Exp $ */
+/* $OpenBSD: window-copy.c,v 1.348 2024/04/23 13:34:51 jsg Exp $ */
 
 /*
  * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -4694,7 +4694,7 @@ window_copy_get_selection(struct window_mode_entry *wme, size_t *len)
        if (keys == MODEKEY_EMACS || lastex <= ey_last) {
                if (~grid_get_line(data->backing->grid, ey)->flags &
                    GRID_LINE_WRAPPED || lastex != ey_last)
-               off -= 1;
+                       off -= 1;
        }
        *len = off;
        return (buf);
index c1fce38..174fb7c 100644 (file)
@@ -32,7 +32,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)amq_subr.c    8.1 (Berkeley) 6/6/93
- *     $Id: amq_subr.c,v 1.19 2022/12/28 21:30:15 jmc Exp $
+ *     $Id: amq_subr.c,v 1.20 2024/04/23 13:34:51 jsg Exp $
  */
 
 /*
@@ -300,7 +300,7 @@ xdr_amq_mount_stats(XDR *xdrs, amq_mount_stats *objp)
 bool_t
 xdr_amq_mount_tree_list(XDR *xdrs, amq_mount_tree_list *objp)
 {
-        if (!xdr_array(xdrs, (char **)&objp->amq_mount_tree_list_val, (u_int *)&objp->amq_mount_tree_list_len, ~0, sizeof(amq_mount_tree_p), xdr_amq_mount_tree_p)) {
+       if (!xdr_array(xdrs, (char **)&objp->amq_mount_tree_list_val, (u_int *)&objp->amq_mount_tree_list_len, ~0, sizeof(amq_mount_tree_p), xdr_amq_mount_tree_p)) {
                return (FALSE);
        }
        return (TRUE);
index 7c2e01e..2ad3363 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: nfs_ops.c,v 1.27 2021/10/21 10:55:56 deraadt Exp $    */
+/*     $OpenBSD: nfs_ops.c,v 1.28 2024/04/23 13:34:51 jsg Exp $        */
 
 /*-
  * Copyright (c) 1990 Jan-Simon Pendry
@@ -377,7 +377,7 @@ call_mountd(fh_cache *fp, u_long proc, fwd_fun f, void *wchan)
  * to be redone.  The quick solution here is to invalidate the MOUNTD
  * port.
  */
-      fp->fh_sin.sin_port = 0;
+       fp->fh_sin.sin_port = 0;
 
        return error;
 }
index c799e37..17071a5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: dvmrpe.c,v 1.23 2021/01/19 12:29:46 claudio Exp $ */
+/*     $OpenBSD: dvmrpe.c,v 1.24 2024/04/23 13:34:51 jsg Exp $ */
 
 /*
  * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -314,7 +314,7 @@ dvmrpe_dispatch_rde(int fd, short event, void *bula)
        ssize_t                  n;
        int                      shut = 0;
 
-        if (event & EV_READ) {
+       if (event & EV_READ) {
                if ((n = imsg_read(ibuf)) == -1 && errno != EAGAIN)
                        fatal("imsg_read error");
                if (n == 0)     /* connection closed */
index 98b803c..6a8d32a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: probe.c,v 1.5 2023/06/26 10:08:56 claudio Exp $ */
+/*     $OpenBSD: probe.c,v 1.6 2024/04/23 13:34:51 jsg Exp $ */
 
 /*
  * Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org>
@@ -115,7 +115,7 @@ recv_probe(struct iface *iface, struct in_addr src, u_int32_t src_ip,
                if (nbr_id == iface->addr.s_addr) {
                        /* seen myself */
                        if (nbr->state < NBR_STA_2_WAY)
-                       nbr_fsm(nbr, NBR_EVT_2_WAY_RCVD);
+                               nbr_fsm(nbr, NBR_EVT_2_WAY_RCVD);
                        break;
                }
                buf += sizeof(nbr_id);
index 80e5c48..6629728 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ifstated.c,v 1.67 2022/12/28 21:30:16 jmc Exp $       */
+/*     $OpenBSD: ifstated.c,v 1.68 2024/04/23 13:34:51 jsg Exp $       */
 
 /*
  * Copyright (c) 2004 Marco Pfatschbacher <mpf@openbsd.org>
@@ -548,7 +548,7 @@ adjust_expressions(struct ifsd_expression_list *expressions, int depth)
                        }
                        if (expression->parent != NULL) {
                                if (TAILQ_EMPTY(&nexpressions))
-                               te = NULL;
+                                       te = NULL;
                                TAILQ_FOREACH(te, &nexpressions, eval)
                                        if (expression->parent == te)
                                                break;
index 1f41a59..b16ad2a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: lde.c,v 1.77 2023/12/14 11:10:19 claudio Exp $ */
+/*     $OpenBSD: lde.c,v 1.78 2024/04/23 13:34:51 jsg Exp $ */
 
 /*
  * Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org>
@@ -1163,7 +1163,7 @@ lde_nbr_clear(void)
 {
        struct lde_nbr  *ln;
 
-        while ((ln = RB_ROOT(&lde_nbrs)) != NULL)
+       while ((ln = RB_ROOT(&lde_nbrs)) != NULL)
                lde_nbr_del(ln);
 }
 
index 4eb5442..f43c64e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: displayq.c,v 1.40 2018/04/26 12:42:51 guenther Exp $  */
+/*     $OpenBSD: displayq.c,v 1.41 2024/04/23 13:34:51 jsg Exp $       */
 /*     $NetBSD: displayq.c,v 1.21 2001/08/30 00:51:50 itojun Exp $     */
 
 /*
@@ -462,9 +462,9 @@ dump(char *nfile, char *file, int copies)
         * Print as many files as will fit
         *  (leaving room for the total size)
         */
-        fill = first ? 0 : 2;  /* fill space for ``, '' */
-        if (((n = strlen(nfile)) + col + fill) >=
-            (termwidth - (80 - SIZCOL)) - 4) {
+       fill = first ? 0 : 2;   /* fill space for ``, '' */
+       if (((n = strlen(nfile)) + col + fill) >=
+           (termwidth - (80 - SIZCOL)) - 4) {
                if (col < (termwidth - (80 - SIZCOL))) {
                        printf(" ..."), col += 4;
                        blankfill(termwidth - (80 - SIZCOL));
index bcf2cc8..cf64f8b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: msdosfs_fat.c,v 1.7 2022/01/11 05:34:33 jsg Exp $     */
+/*     $OpenBSD: msdosfs_fat.c,v 1.8 2024/04/23 13:34:51 jsg Exp $     */
 /*     $NetBSD: msdosfs_fat.c,v 1.31 2016/05/07 16:43:02 mlelstv Exp $ */
 
 /*-
@@ -1065,7 +1065,7 @@ extendfile(struct denode *dep, u_long count, struct mkfsbuf **bpp, u_long *ncp,
                                clrbuf(bp);
                                if (bpp) {
                                        *bpp = bp;
-                                               bpp = NULL;
+                                       bpp = NULL;
                                } else {
                                        bdwrite(bp);
                                }
index 524dd6e..266028c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: print.c,v 1.14 2022/12/28 21:30:17 jmc Exp $ */
+/*     $OpenBSD: print.c,v 1.15 2024/04/23 13:34:51 jsg Exp $ */
 
 /*
  * Copyright (c) 1993-96 Mats O Jansson.  All rights reserved.
@@ -135,7 +135,7 @@ mopPrintOneline(FILE *fd, u_char *pkt, int trans)
        mopPrintHWA(fd, src); fprintf(fd, " > ");
        mopPrintHWA(fd, dst);
        if (len < 1600)
-       fprintf(fd, " len %4d code %02x ", len, code);
+               fprintf(fd, " len %4d code %02x ", len, code);
        else
                fprintf(fd, " len %4d code %02x ",
                    (len % 256)*256 + (len /256), code);
index 6ac3ff7..9e1097a 100644 (file)
@@ -1,5 +1,5 @@
 /*     $NetBSD: compare.c,v 1.11 1996/09/05 09:56:48 mycroft Exp $     */
-/*     $OpenBSD: compare.c,v 1.30 2023/08/11 05:07:28 guenther Exp $   */
+/*     $OpenBSD: compare.c,v 1.31 2024/04/23 13:34:51 jsg Exp $        */
 
 /*-
  * Copyright (c) 1989, 1993
@@ -328,7 +328,7 @@ typeerr:            LABEL;
                                                  "-" : db_flags,
                                                  (*cur_flags == '\0') ?
                                                  "-" : cur_flags);
-                               tab = "\t";
+                       tab = "\t";
                        if (uflag)
                                if (chflags(p->fts_accpath, s->file_flags))
                                        (void)printf(", not modified: %s)\n",
index 6ca4cef..8249411 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: control.c,v 1.20 2023/12/20 15:36:36 otto Exp $ */
+/*     $OpenBSD: control.c,v 1.21 2024/04/23 13:34:51 jsg Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -251,7 +251,7 @@ control_dispatch_msg(struct pollfd *pfd, u_int *ctl_cnt)
                                build_show_sensor(&c_sensor, s);
                                imsg_compose(&c->ibuf, IMSG_CTL_SHOW_SENSORS,
                                    0, 0, -1, &c_sensor, sizeof(c_sensor));
-                       cnt++;
+                               cnt++;
                        }
                        imsg_compose(&c->ibuf, IMSG_CTL_SHOW_SENSORS_END,
                            0, 0, -1, &cnt, sizeof(cnt));
@@ -276,7 +276,7 @@ control_dispatch_msg(struct pollfd *pfd, u_int *ctl_cnt)
                                build_show_sensor(&c_sensor, s);
                                imsg_compose(&c->ibuf, IMSG_CTL_SHOW_SENSORS,
                                    0, 0, -1, &c_sensor, sizeof(c_sensor));
-                       cnt++;
+                               cnt++;
                        }
                        imsg_compose(&c->ibuf, IMSG_CTL_SHOW_SENSORS_END,
                            0, 0, -1, &cnt, sizeof(cnt));
index c7dc589..9643402 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pcidump.c,v 1.70 2024/02/01 18:26:45 kettenis Exp $   */
+/*     $OpenBSD: pcidump.c,v 1.71 2024/04/23 13:34:51 jsg Exp $        */
 
 /*
  * Copyright (c) 2006, 2007 David Gwynne <loki@animata.net>
@@ -337,11 +337,11 @@ probe(int bus, int dev, int func)
 
        if (vendor != NULL) {
                for (pkp = pci_known_products; pkp->productname != NULL; pkp++)
-               if (pkp->vendor == PCI_VENDOR(id_reg) &&
-                   pkp->product == PCI_PRODUCT(id_reg)) {
-                       product = pkp->productname;
-                       break;
-               }
+                       if (pkp->vendor == PCI_VENDOR(id_reg) &&
+                               pkp->product == PCI_PRODUCT(id_reg)) {
+                               product = pkp->productname;
+                               break;
+                       }
        }
 
        printf(" %d:%d:%d: %s %s\n", bus, dev, func,
index 1617ce4..16f5949 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: quot.c,v 1.32 2018/09/18 03:09:55 millert Exp $       */
+/*     $OpenBSD: quot.c,v 1.33 2024/04/23 13:34:51 jsg Exp $   */
 
 /*
  * Copyright (C) 1991, 1994 Wolfgang Solfrank.
@@ -103,8 +103,9 @@ get_inode(int fd, struct fs *super, ino_t ino)
                        if (pread(fd, cgp, super->fs_cgsize,
                            (off_t)cgtod(super, cg) << super->fs_fshift)
                            != super->fs_cgsize)
-                       if (read(fd, cgp, super->fs_cgsize) != super->fs_cgsize)
-                               err(1, "read cg");
+                               if (read(fd, cgp, super->fs_cgsize) !=
+                                   super->fs_cgsize)
+                                       err(1, "read cg");
                        if (!cg_chkmagic(cgp))
                                errx(1, "cg has bad magic");
                }
index f819e3b..68d5f8e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: radiusd_standard.c,v 1.4 2024/02/09 07:41:32 yasuoka Exp $    */
+/*     $OpenBSD: radiusd_standard.c,v 1.5 2024/04/23 13:34:51 jsg Exp $        */
 
 /*
  * Copyright (c) 2013, 2023 Internet Initiative Japan Inc.
@@ -272,7 +272,7 @@ module_standard_resdeco(void *ctx, u_int q_id, const u_char *req, size_t reqlen,
        TAILQ_FOREACH(attr, &module->remove_resattrs, next) {
                if (radres == NULL &&
                    (radres = radius_convert_packet(res, reslen)) == NULL) {
-                        syslog(LOG_ERR,
+                       syslog(LOG_ERR,
                            "%s: radius_convert_packet() failed: %m", __func__);
                        module_stop(module->base);
                        return;
index 1044974..e48b880 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: auth.c,v 1.13 2023/06/22 10:38:27 claudio Exp $ */
+/*     $OpenBSD: auth.c,v 1.14 2024/04/23 13:34:51 jsg Exp $ */
 
 /*
  * Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -251,7 +251,7 @@ auth_add_trailer(struct ibuf *buf, struct iface *iface)
            iface->auth_keyid)) == NULL) {
                log_debug("auth_add_trailer: keyid %d not configured, "
                    "interface %s", iface->auth_keyid, iface->name);
-                       return (-1);
+               return (-1);
        }
 
        memcpy(digest, md->key, MD5_DIGEST_LENGTH);
index ea35db1..881bb32 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: carp.c,v 1.18 2023/02/08 08:20:54 tb Exp $    */
+/*     $OpenBSD: carp.c,v 1.19 2024/04/23 13:34:51 jsg Exp $   */
 
 /*
  * Copyright (c) 2005 HÃ¥kan Olsson.  All rights reserved.
@@ -127,7 +127,7 @@ carp_demote(int demote, int force)
                        log_msg(1, "carp_demote: unable to get "
                            "the demote state of group '%s'",
                            cfgstate.carp_ifgroup);
-                           goto done;
+                       goto done;
                }
 
                if (ifgr.ifgr_attrib.ifg_carp_demoted == 0)
index e53b161..885004d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: lka_filter.c,v 1.74 2023/11/03 13:38:28 op Exp $      */
+/*     $OpenBSD: lka_filter.c,v 1.75 2024/04/23 13:34:51 jsg Exp $     */
 
 /*
  * Copyright (c) 2018 Gilles Chehade <gilles@poolp.org>
@@ -729,7 +729,7 @@ filter_protocol_internal(struct filter_session *fs, uint64_t *token, uint64_t re
                            filter->name,
                            param,
                            filter->config->rewrite);
-                           filter_result_rewrite(reqid, filter->config->rewrite);
+                       filter_result_rewrite(reqid, filter->config->rewrite);
                        return;
                }
                else if (filter->config->disconnect) {
index 0f2be77..0542f95 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mda_variables.c,v 1.9 2023/03/19 16:43:44 millert Exp $       */
+/*     $OpenBSD: mda_variables.c,v 1.10 2024/04/23 13:34:51 jsg Exp $  */
 
 /*
  * Copyright (c) 2011-2017 Gilles Chehade <gilles@poolp.org>
@@ -74,27 +74,27 @@ mda_expand_token(char *dest, size_t len, const char *token,
                        return -1;
 
                *lbracket = *rbracket = '\0';
-                content  = lbracket + 1;
-
-                if ((sep = strchr(content, ':')) == NULL)
-                        endoff = begoff = strtonum(content, -EXPAND_BUFFER,
-                            EXPAND_BUFFER, &errstr);
-                else {
-                        *sep = '\0';
-                        if (content != sep)
-                                begoff = strtonum(content, -EXPAND_BUFFER,
-                                    EXPAND_BUFFER, &errstr);
-                        if (*(++sep)) {
-                                if (errstr == NULL)
-                                        endoff = strtonum(sep, -EXPAND_BUFFER,
-                                            EXPAND_BUFFER, &errstr);
-                        }
-                }
-                if (errstr)
-                        return -1;
-
-                /* token:mod_1,mod_2,mod_n -> extract modifiers */
-                mods = strchr(rbracket + 1, ':');
+               content  = lbracket + 1;
+
+               if ((sep = strchr(content, ':')) == NULL)
+                       endoff = begoff = strtonum(content, -EXPAND_BUFFER,
+                           EXPAND_BUFFER, &errstr);
+               else {
+                       *sep = '\0';
+                       if (content != sep)
+                               begoff = strtonum(content, -EXPAND_BUFFER,
+                                   EXPAND_BUFFER, &errstr);
+                       if (*(++sep)) {
+                               if (errstr == NULL)
+                                       endoff = strtonum(sep, -EXPAND_BUFFER,
+                                           EXPAND_BUFFER, &errstr);
+                       }
+               }
+               if (errstr)
+                       return -1;
+
+               /* token:mod_1,mod_2,mod_n -> extract modifiers */
+               mods = strchr(rbracket + 1, ':');
        } else {
                if ((mods = strchr(rtoken, ':')) != NULL)
                        *mods++ = '\0';
index fe43322..8022d23 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mta.c,v 1.247 2024/01/03 08:11:15 op Exp $    */
+/*     $OpenBSD: mta.c,v 1.248 2024/04/23 13:34:51 jsg Exp $   */
 
 /*
  * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -1364,7 +1364,7 @@ mta_connect(struct mta_connector *c)
        mta_session(c->relay, route, mx->mxname);       /* this never fails synchronously */
        mta_relay_ref(c->relay);
 
-    goto again;
+       goto again;
 }
 
 static void
index 4306892..f567228 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: print-ospf.c,v 1.22 2020/01/24 22:46:37 procter Exp $ */
+/*     $OpenBSD: print-ospf.c,v 1.23 2024/04/23 13:34:51 jsg Exp $     */
 
 /*
  * Copyright (c) 1992, 1993, 1994, 1995, 1996, 1997
@@ -343,7 +343,7 @@ ospf_print_lsa(const struct lsa *lsap)
                                    (u_int32_t)ntohl(mcp->mcla_vtype));
                                break;
                        }
-               ++mcp;
+                       ++mcp;
                }
        }
 
index d05117b..4643f78 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: print-slow.c,v 1.4 2015/11/16 00:16:39 mmcc Exp $     */
+/*     $OpenBSD: print-slow.c,v 1.5 2024/04/23 13:34:51 jsg Exp $      */
 
 /*
  * Copyright (c) 1998-2005 The TCPDUMP project
@@ -261,7 +261,7 @@ slow_print(const u_char *pptr, u_int len)
                tlen -= tlv_len;
        }
 
-    return;
+       return;
 trunc:
-    printf("\n\t[|slow]");
+       printf("\n\t[|slow]");
 }
index 4458287..7bdbdf6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: print-snmp.c,v 1.29 2024/02/03 00:20:21 jsg Exp $     */
+/*     $OpenBSD: print-snmp.c,v 1.30 2024/04/23 13:34:51 jsg Exp $     */
 
 /*
  * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997
@@ -662,7 +662,7 @@ asn1_print(struct be *elem)
        case BE_NULL:
                break;
        case BE_OID: {
-       int o = 0, first = -1, i = asnlen;
+               int o = 0, first = -1, i = asnlen;
 
                if (!nflag && asnlen > 2) {
                        struct obj_abrev *a = &obj_abrev_list[0];