Show
Ignore:
Timestamp:
01/21/2008 06:56:39 AM (12 months ago)
Author:
Geert
Message:

Cleaning up tons of whitespace:

  • Use tabs for indenting
  • Use spaces for aligning
  • Avoid whitespace at the end of a line
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/config/mimes.php

    r1743 r1766  
    5353        'jpe'   => array('image/jpeg', 'image/pjpeg'), 
    5454        'js'    => array('application/x-javascript'), 
    55         'json'  =>  array('application/json'),  
     55        'json'  =>  array('application/json'),  
    5656        'lha'   => array('application/octet-stream'), 
    5757        'log'   => array('text/plain', 'text/x-log'),