Date: Tue, 8 Sep 2015 19:25:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287572 - head/usr.sbin/pkg Message-ID: <201509081925.t88JPGuX053781@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 8 19:25:15 2015 New Revision: 287572 URL: https://svnweb.freebsd.org/changeset/base/287572 Log: Fix indentation, no functional changes Modified: head/usr.sbin/pkg/pkg.c Modified: head/usr.sbin/pkg/pkg.c ============================================================================== --- head/usr.sbin/pkg/pkg.c Tue Sep 8 18:44:12 2015 (r287571) +++ head/usr.sbin/pkg/pkg.c Tue Sep 8 19:25:15 2015 (r287572) @@ -66,15 +66,15 @@ struct sig_cert { }; typedef enum { - HASH_UNKNOWN, - HASH_SHA256, + HASH_UNKNOWN, + HASH_SHA256, } hash_t; struct fingerprint { - hash_t type; - char *name; - char hash[BUFSIZ]; - STAILQ_ENTRY(fingerprint) next; + hash_t type; + char *name; + char hash[BUFSIZ]; + STAILQ_ENTRY(fingerprint) next; }; STAILQ_HEAD(fingerprint_list, fingerprint);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509081925.t88JPGuX053781>