zap whitespaces
authormestre <mestre@openbsd.org>
Fri, 20 Jul 2018 21:44:41 +0000 (21:44 +0000)
committermestre <mestre@openbsd.org>
Fri, 20 Jul 2018 21:44:41 +0000 (21:44 +0000)
usr.bin/midiplay/midiplay.c

index 77029f0..ab400fd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: midiplay.c,v 1.19 2017/04/24 06:45:56 ratchov Exp $   */
+/*     $OpenBSD: midiplay.c,v 1.20 2018/07/20 21:44:41 mestre Exp $    */
 /*     $NetBSD: midiplay.c,v 1.8 1998/11/25 22:17:07 augustss Exp $    */
 
 /*
@@ -446,7 +446,7 @@ main(int argc, char **argv)
        }
        argc -= optind;
        argv += optind;
-    
+
        hdl = mio_open(file, MIO_OUT, 0);
        if (hdl == NULL)
                errx(1, "failed to open MIDI output");