Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/dev Pull up revision 1.46 (requested by 193 in tick...



details:   https://anonhg.NetBSD.org/src/rev/f2b4981c76e6
branches:  netbsd-1-6
changeset: 527806:f2b4981c76e6
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Jun 10 16:02:33 2002 +0000

description:
Pull up revision 1.46 (requested by 193 in ticket #0):
Correct indent...

diffstat:

 sys/dev/audio_if.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 77a8f445d0d4 -r f2b4981c76e6 sys/dev/audio_if.h
--- a/sys/dev/audio_if.h        Mon Jun 10 16:01:51 2002 +0000
+++ b/sys/dev/audio_if.h        Mon Jun 10 16:02:33 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audio_if.h,v 1.44.4.1 2002/06/10 16:01:51 tv Exp $     */
+/*     $NetBSD: audio_if.h,v 1.44.4.2 2002/06/10 16:02:33 tv Exp $     */
 
 /*
  * Copyright (c) 1994 Havard Eidnes.
@@ -51,7 +51,7 @@
        /* Software en/decode functions, set if SW coding required by HW */
        void    (*sw_code)(void *, u_char *, int);
        int     factor;                         /* coding space change */
-       int     factor_denom;           /* denominator of factor */
+       int     factor_denom;                   /* denominator of factor */
        /*
         * The following four members represent what format is used in a
         * hardware.  If hw_sample_rate != sample_rate || hw_channels !=



Home | Main Index | Thread Index | Old Index