From 6e9151b77675e5cfeac19f6186d901569ad23b9c Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Wed, 5 Aug 2015 17:15:48 -0700 Subject: Removing unused whitespace from files. H/T: http://stackoverflow.com/a/11210277/1068170 Modified here as git ls-files | xargs egrep ".* +$" --- scripts/build-docs | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build-docs b/scripts/build-docs index 618f00c..a896a50 100755 --- a/scripts/build-docs +++ b/scripts/build-docs @@ -28,4 +28,3 @@ sphinx-apidoc -f -o docs/source oauth2client cd docs make html cd .. - -- cgit v1.2.3