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;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to