svn commit: r347831 - stable/11/usr.sbin/mlx5tool
Hans Petter Selasky
hselasky at FreeBSD.org
Thu May 16 17:36:20 UTC 2019
Author: hselasky
Date: Thu May 16 17:36:18 2019
New Revision: 347831
URL: https://svnweb.freebsd.org/changeset/base/347831
Log:
MFC r347280:
Fix style.
Submitted by: kib@
Sponsored by: Mellanox Technologies
Modified:
stable/11/usr.sbin/mlx5tool/mlx5tool.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/mlx5tool/mlx5tool.c
==============================================================================
--- stable/11/usr.sbin/mlx5tool/mlx5tool.c Thu May 16 17:35:39 2019 (r347830)
+++ stable/11/usr.sbin/mlx5tool/mlx5tool.c Thu May 16 17:36:18 2019 (r347831)
@@ -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-stable-11
mailing list