Author: yongari
Date: Wed Mar 11 08:28:24 2009
New Revision: 189686
URL: http://svn.freebsd.org/changeset/base/189686

Log:
  Remove extra tab characters.

Modified:
  head/sys/dev/txp/if_txp.c

Modified: head/sys/dev/txp/if_txp.c
==============================================================================
--- head/sys/dev/txp/if_txp.c   Wed Mar 11 08:25:18 2009        (r189685)
+++ head/sys/dev/txp/if_txp.c   Wed Mar 11 08:28:24 2009        (r189686)
@@ -534,7 +534,7 @@ txp_download_fw(struct txp_softc *sc)
            sizeof(struct txp_fw_file_header));
 
        for (sect = 0; sect < fileheader->nsections; sect++) {
-               
+
                if (txp_download_fw_section(sc, secthead, sect)) {
                        error = -1;
                        goto fail;
@@ -659,7 +659,7 @@ bail:
        return (err);
 }
 
-static void 
+static void
 txp_intr(void *vsc)
 {
        struct txp_softc *sc = vsc;
@@ -1519,7 +1519,7 @@ txp_rsp_fixup(struct txp_softc *sc, stru
                        src++;
                sc->sc_rspring.lastwrite = hv->hv_resp_read_idx = ridx;
        }
-       
+
        hv->hv_resp_read_idx = ridx;
 }
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to