svn commit: r347744 - stable/12/usr.sbin/mlx5tool

Hans Petter Selasky hselasky at FreeBSD.org
Thu May 16 16:05:43 UTC 2019


Author: hselasky
Date: Thu May 16 16:05:42 2019
New Revision: 347744
URL: https://svnweb.freebsd.org/changeset/base/347744

Log:
  MFC r347280:
  Fix style.
  
  Submitted by:	kib@
  Sponsored by:	Mellanox Technologies

Modified:
  stable/12/usr.sbin/mlx5tool/mlx5tool.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.sbin/mlx5tool/mlx5tool.c
==============================================================================
--- stable/12/usr.sbin/mlx5tool/mlx5tool.c	Thu May 16 16:05:07 2019	(r347743)
+++ stable/12/usr.sbin/mlx5tool/mlx5tool.c	Thu May 16 16:05:42 2019	(r347744)
@@ -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-12 mailing list