Index: branches/locker-dev/locker/deploy/bin/rails
===================================================================
--- branches/locker-dev/locker/deploy/bin/rails	(revision 2261)
+++ branches/locker-dev/locker/deploy/bin/rails	(revision 2262)
@@ -179,5 +179,5 @@
    # List of specific files to watch for changes.
    Thread.current[:watched_files] = ['public/dispatch.fcgi',
-				     'public/.htaccess']
+                                     'public/.htaccess']
    # Sample filter: /(\.rb|\.erb)\$/.  Default filter: watch all files
    Thread.current[:watched_extensions] = //
@@ -208,5 +208,5 @@
        else
          return true if Thread.current[:watched_extensions] =~ absfile &&
-	   modified(absfile)
+           modified(absfile)
        end
      end
