* remove superfluous tab

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22898 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2007-11-11 14:45:04 +00:00
parent f0d9382047
commit a878b1d91c

View File

@ -219,7 +219,7 @@ file_ascmagic(const unsigned char *buf, size_t nbytes, BMimeType* mimeType,
encoding = NULL; // "UTF-8";
type = "text";
rv = 1;
} else if (looks_ascii(buf, nbytes, ubuf, &ulen)) {
} else if (looks_ascii(buf, nbytes, ubuf, &ulen)) {
code = "ASCII";
encoding = NULL; //"us-ascii";
type = "text";