]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix some formatting problems before next commit.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 26 Mar 2002 18:30:54 +0000 (18:30 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 26 Mar 2002 18:30:54 +0000 (18:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94185 13f79535-47bb-0310-9956-ffa450edef68

conf/magic

index 885b793aecb26a09bf2328a715b44b2c338b1d40..9c098efa9a25b35763c7f3daa2140a9d9ce42f9c 100644 (file)
@@ -87,9 +87,9 @@
 # Microsoft WAVE format (*.wav)
 # [GRR 950115:  probably all of the shorts and longs should be leshort/lelong]
 #                                      Microsoft RIFF
-0      string          RIFF            audio/unknown   
+0      string          RIFF            audio/unknown
 #                                      - WAVE format
->8     string          WAVE            audio/x-wav     
+>8     string          WAVE            audio/x-wav
 
 #------------------------------------------------------------------------------
 # c-lang:  file(1) magic for C programs or various scripts
 # from Daniel Quinlan <quinlan@yggdrasil.com>
 # and Anna Shergold <anna@inext.co.uk>
 #
-0      string          \<!DOCTYPE\ HTML        text/html
-0      string          \<!doctype\ html        text/html
-0      string          \<HEAD          text/html
-0      string          \<head          text/html
-0      string          \<TITLE         text/html
-0      string          \<title         text/html
-0       string          \<html          text/html
-0       string          \<HTML          text/html
-0      string          \<!--           text/html
-0      string          \<h1            text/html
-0      string          \<H1            text/html
+0   string      \<!DOCTYPE\ HTML    text/html
+0   string      \<!doctype\ html    text/html
+0   string      \<HEAD      text/html
+0   string      \<head      text/html
+0   string      \<TITLE     text/html
+0   string      \<title     text/html
+0   string      \<html      text/html
+0   string      \<HTML      text/html
+0   string      \<!--       text/html
+0   string      \<h1        text/html
+0   string      \<H1        text/html
 
 #------------------------------------------------------------------------------
 # images:  file(1) magic for image formats (see also "c-lang" for XPM bitmaps)