PERFORCE change 136679 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Mar 2 17:38:16 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=136679

Change 136679 by marcel at marcel_cluster on 2008/03/02 17:37:28

	Style(9) restoration.

Affected files ...

.. //depot/projects/e500/sys/dev/uart/uart_cpu_powerpc.c#5 edit

Differences ...

==== //depot/projects/e500/sys/dev/uart/uart_cpu_powerpc.c#5 (text) ====

@@ -53,6 +53,7 @@
 int
 uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2)
 {
+
 	return ((b1->bsh == b2->bsh) ? 1 : 0);
 }
 


More information about the p4-projects mailing list