From 41151fc739d71ceb985618a31690e2241136463a Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 13 Jan 2006 05:05:52 +0000 Subject: [PATCH] Tab space OCD --- includes/file_types.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/file_types.php b/includes/file_types.php index 6ba617f..b996233 100644 --- a/includes/file_types.php +++ b/includes/file_types.php @@ -35,9 +35,9 @@ // binary files that can't be displayed inline should have this set to TRUE so that // a link will be displayed to allow the user to download the file -define('MIMES_GESHI_LANGUAGE', 0); -define('MIMES_EXTERNAL_MIME', 1); -define('MIMES_REQUIRES_DOWNLOAD', 2); +define('MIMES_GESHI_LANGUAGE', 0); +define('MIMES_EXTERNAL_MIME', 1); +define('MIMES_REQUIRES_DOWNLOAD', 2); $filetypes = array( 'php' => array('php', '', false), -- 2.22.5