Cleaned up trailing whitespace.
authorMason Larobina <mason.larobina@gmail.com>
Sat, 8 Aug 2009 17:18:24 +0000 (01:18 +0800)
committerMason Larobina <mason.larobina@gmail.com>
Sat, 8 Aug 2009 17:18:24 +0000 (01:18 +0800)
examples/data/uzbl/scripts/cookie_daemon.py

index f661a9f..8a2e154 100755 (executable)
@@ -18,7 +18,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-# For configuration and cookie daemon usage examples check out the the 
+# For configuration and cookie daemon usage examples check out the the
 # cookie daemon wiki page at http://www.uzbl.org/wiki/cookie_daemon.py
 #
 # Issues:
@@ -443,4 +443,4 @@ if __name__ == "__main__":
     for key in ['cookie_socket', 'cookie_jar']:
         config[key] = os.path.expandvars(config[key])
 
-    CookieMonster().run()
+    CookieMonster().run()
\ No newline at end of file