Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

sync: remove trailing white-space

Changeset dcf0b88c93a8

Parent 5c6df0450756

by Steve Borho

Changes to one file · Browse files at dcf0b88c93a8 Showing diff from parent 5c6df0450756 Diff from another changeset...

 
195
196
197
198
 
199
200
201
 
1146
1147
1148
1149
 
1150
1151
1152
 
195
196
197
 
198
199
200
201
 
1146
1147
1148
 
1149
1150
1151
1152
@@ -195,7 +195,7 @@
  self.hostentry.setFixedWidth(30 * fontm.width('9'))   self.hostentry.textChanged.connect(self.refreshUrl)   tbar.addWidget(self.hostentry) - +   self.HostAndPortWidgets = [self.hostentry]   w = QLabel(':')   tbar.addWidget(w) @@ -1146,7 +1146,7 @@
  self.fprintentry = le = QLineEdit(fprint)   self.fprintradio.toggled.connect(self.fprintentry.setEnabled)   self.fprintentry.setEnabled(False) - if hasattr(le, 'setPlaceholderText'): # Qt >= 4.7 + if hasattr(le, 'setPlaceholderText'): # Qt >= 4.7   le.setPlaceholderText('### host certificate fingerprint ###')   hbox.addWidget(le)   try: