Remove trailing whitespace

This commit is contained in:
Nick Hall 2018-01-09 19:51:46 +00:00
parent a216441029
commit b7c39e51c7
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ class LinkTag(Gtk.TextTag):
#obtaining the theme link color once. Restart needed on theme change!
linkcolor = Gtk.Label(label='test') #needed to avoid label destroyed to early
linkcolor = get_link_color(linkcolor.get_style_context())
def __init__(self, buffer):
LinkTag.lid += 1
Gtk.TextTag.__init__(self, name=str(LinkTag.lid))

View File

@ -8,7 +8,7 @@
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.