svn commit: r347280 - head/usr.sbin/mlx5tool
Hans Petter Selasky
hselasky at FreeBSD.org
Wed May 8 10:42:52 UTC 2019
Author: hselasky
Date: Wed May 8 10:42:51 2019
New Revision: 347280
URL: https://svnweb.freebsd.org/changeset/base/347280
Log:
Fix style.
Submitted by: kib@
MFC after: 3 days
Sponsored by: Mellanox Technologies
Modified:
head/usr.sbin/mlx5tool/mlx5tool.c
Modified: head/usr.sbin/mlx5tool/mlx5tool.c
==============================================================================
--- head/usr.sbin/mlx5tool/mlx5tool.c Wed May 8 10:42:33 2019 (r347279)
+++ head/usr.sbin/mlx5tool/mlx5tool.c Wed May 8 10:42:51 2019 (r347280)
@@ -184,7 +184,7 @@ main(int argc, char *argv[])
act = ACTION_DUMP_GET;
break;
case 'e':
- act= ACTION_DUMP_FORCE;
+ act = ACTION_DUMP_FORCE;
break;
case 'o':
dumpname = optarg;
More information about the svn-src-all
mailing list