From b1fc347a8b1c47e2d0d31f592126ca2670363eba Mon Sep 17 00:00:00 2001 From: "Gun.io Whitespace Robot" Date: Sun, 30 Oct 2011 18:15:46 -0400 Subject: [PATCH] Remove whitespace [Gun.io WhitespaceBot] --- Makefile | 2 +- doc/Makefile | 2 +- doc/sources/.static/default.css | 6 +++--- doc/sources/.static/jquery.cookie.js | 6 +++--- doc/sources/guide/other-frameworks.rst | 4 ++-- doc/sources/guide/quickstart.rst | 2 +- kivy/data/keyboards/qwerty.json | 2 +- kivy/tools/highlight/kivy.vim | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 5bbd588a5..3a0eaf9cc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PYTHON = python CHECKSCRIPT = kivy/tools/pep8checker/pep8kivy.py KIVY_DIR = kivy/ -.PHONY: build force mesabuild pdf style stylereport hook test batchtest cover clean distclean +.PHONY: build force mesabuild pdf style stylereport hook test batchtest cover clean distclean build: $(PYTHON) setup.py build_ext --inplace diff --git a/doc/Makefile b/doc/Makefile index 31bcaa7d2..d61b2d8bd 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = diff --git a/doc/sources/.static/default.css b/doc/sources/.static/default.css index 5a3d8bef3..81766d89b 100644 --- a/doc/sources/.static/default.css +++ b/doc/sources/.static/default.css @@ -5,9 +5,9 @@ src: local('Nobile'), url('nobile.ttf') format('truetype'); } -body { +body { margin: 0; - padding: 0; + padding: 0; font-family: 'Nobile', Arial, sans-serif; font-size: 13px; background: #000000 url('bg.jpg') top left repeat; @@ -56,7 +56,7 @@ a.selected { /** Header */ -#header { +#header { width: 250px; float: left; } diff --git a/doc/sources/.static/jquery.cookie.js b/doc/sources/.static/jquery.cookie.js index 61d3bcef2..4244ff9c1 100644 --- a/doc/sources/.static/jquery.cookie.js +++ b/doc/sources/.static/jquery.cookie.js @@ -58,7 +58,7 @@ * @author Klaus Hartl/klaus.hartl@stilbuero.de */ jQuery.cookie = function (key, value, options) { - + // key and at least value given, set cookie... if (arguments.length > 1 && String(value) !== "[object Object]") { options = jQuery.extend({}, options); @@ -71,9 +71,9 @@ jQuery.cookie = function (key, value, options) { var days = options.expires, t = options.expires = new Date(); t.setDate(t.getDate() + days); } - + value = String(value); - + return (document.cookie = [ encodeURIComponent(key), '=', options.raw ? value : encodeURIComponent(value), diff --git a/doc/sources/guide/other-frameworks.rst b/doc/sources/guide/other-frameworks.rst index e64464921..28e7f2b16 100644 --- a/doc/sources/guide/other-frameworks.rst +++ b/doc/sources/guide/other-frameworks.rst @@ -23,7 +23,7 @@ Using Twisted inside Kivy usual, unless you specifically want the twisted reactor to handle the signals (e.g. SIGINT). - + The kivy examples include a small example for a twisted server and client. The server app has a simple twisted server running and log any messages. @@ -33,7 +33,7 @@ from the twisted docs, which you can find here: - http://twistedmatrix.com/documents/current/core/examples/simpleserv.py - http://twistedmatrix.com/documents/current/core/examples/simpleclient.py -To try the example run echo_server_app.py first, and then launch +To try the example run echo_server_app.py first, and then launch echo_client_app.py. The server will, reply with simple echo messages to anything the client app sends, when you hit enter after typing something in the textbox. diff --git a/doc/sources/guide/quickstart.rst b/doc/sources/guide/quickstart.rst index 9fed95640..dc0cbe2e4 100644 --- a/doc/sources/guide/quickstart.rst +++ b/doc/sources/guide/quickstart.rst @@ -40,7 +40,7 @@ To run the application, follow the instructions for your operating system: Windows Follow the instructions for :ref:`running Kivy application on Windows `:: - + $ python main.py # or C:\appdir>kivy.bat main.py diff --git a/kivy/data/keyboards/qwerty.json b/kivy/data/keyboards/qwerty.json index 0f4467f44..9127ba467 100644 --- a/kivy/data/keyboards/qwerty.json +++ b/kivy/data/keyboards/qwerty.json @@ -1,4 +1,4 @@ -{ +{ "title": "Qwerty", "description": "A classical US Keyboard", "cols": 15, diff --git a/kivy/tools/highlight/kivy.vim b/kivy/tools/highlight/kivy.vim index 11cdff435..79aa47d86 100644 --- a/kivy/tools/highlight/kivy.vim +++ b/kivy/tools/highlight/kivy.vim @@ -28,11 +28,11 @@ if version >= 508 || !exists("did_python_syn_inits") else command -nargs=+ HiLink hi def link endif - + HiLink kivyPreproc PreProc HiLink kivyComment Comment HiLink kivyRule Function HiLink kivyIdent Statement - HiLink kivyAttribute Label + HiLink kivyAttribute Label delcommand HiLink endif