svn commit: r185178 - head/sys/dev/sound/pci/hda

Alexander Motin mav at FreeBSD.org
Sat Nov 22 07:38:25 PST 2008


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);
 


More information about the svn-src-head mailing list