Author: kib
Date: Wed Nov  1 11:05:47 2017
New Revision: 325273
URL: https://svnweb.freebsd.org/changeset/base/325273

Log:
  Minor style tweaks.
  
  Sponsored by: The FreeBSD Foundation
  MFC after:    1 week
  X-Differential revision:      https://reviews.freebsd.org/D12882

Modified:
  head/sys/dev/hwpmc/hwpmc_mod.c

Modified: head/sys/dev/hwpmc/hwpmc_mod.c
==============================================================================
--- head/sys/dev/hwpmc/hwpmc_mod.c      Wed Nov  1 10:53:10 2017        
(r325272)
+++ head/sys/dev/hwpmc/hwpmc_mod.c      Wed Nov  1 11:05:47 2017        
(r325273)
@@ -2876,8 +2876,7 @@ pmc_syscall_handler(struct thread *td, void *syscall_a
        error = 0;
        atomic_add_int(&pmc_stats.pm_syscalls, 1);
 
-       switch(op)
-       {
+       switch (op) {
 
 
        /*
@@ -4037,7 +4036,7 @@ pmc_syscall_handler(struct thread *td, void *syscall_a
 
        PICKUP_GIANT();
 
-       return error;
+       return (error);
 }
 
 /*
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to