Changed multi-line C comments into another style.

The left side doesn't look unbalanced.
This commit is contained in:
Greg King
2014-06-30 05:10:35 -04:00
parent 132d57f1ad
commit 0390c34e88
502 changed files with 8869 additions and 8884 deletions

View File

@@ -3,9 +3,9 @@
;
; void mouse_hide (void);
; /* Hide the mouse. The function manages a counter and may be called more than
; * once. For each call to mouse_hide there must be a call to mouse_show to make
; * the mouse visible again.
; */
; ** once. For each call to mouse_hide there must be a call to mouse_show to make
; ** the mouse visible again.
; */
;
.include "mouse-kernel.inc"