From: Avery Pennarun Date: Tue, 20 Mar 2012 00:48:29 +0000 (-0400) Subject: options.py: get rid of end-of-line whitespace. X-Git-Tag: bup-0.25-rc2~165 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=02bd2b566ea5eec2fd656e0ae572b4c7b6b9550a options.py: get rid of end-of-line whitespace. Signed-off-by: Avery Pennarun --- diff --git a/lib/bup/options.py b/lib/bup/options.py index b1284e9..7fb5bcf 100644 --- a/lib/bup/options.py +++ b/lib/bup/options.py @@ -3,19 +3,19 @@ # # (This license applies to this file but not necessarily the other files in # this package.) -# +# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: -# +# # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. -# +# # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in # the documentation and/or other materials provided with the # distribution. -# +# # THIS SOFTWARE IS PROVIDED BY AVERY PENNARUN ``AS IS'' AND ANY # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR