Author: mav
Date: Sat Nov 22 15:38:24 2008
New Revision: 185178
URL: http://svn.freebsd.org/changeset/base/185178

Log:
  Whitespace cleanup for previous commit.

Modified:
  head/sys/dev/sound/pci/hda/hdac.c

Modified: head/sys/dev/sound/pci/hda/hdac.c
==============================================================================
--- head/sys/dev/sound/pci/hda/hdac.c   Sat Nov 22 15:35:21 2008        
(r185177)
+++ head/sys/dev/sound/pci/hda/hdac.c   Sat Nov 22 15:38:24 2008        
(r185178)
@@ -7578,9 +7578,9 @@ hdac_detach(device_t dev)
                return (error);
        for (i = 0; i < devcount; i++) {
                if ((error = device_delete_child(dev, devlist[i])) != 0) {
-                       free(devlist, M_TEMP);                                  
                          
-                       return (error);                                         
                          
-               }                                                               
                          
+                       free(devlist, M_TEMP);
+                       return (error);
+               }
        }
        free(devlist, M_TEMP);
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to