Fix some whitespace

This commit is contained in:
Hylke Bons 2018-02-24 20:47:42 +00:00
parent 65edbd26a6
commit 8eb4fdf28f

View file

@ -848,7 +848,7 @@ namespace Sparkles.Git {
Change change = new Change () { Type = ChangeType.Added };
string file_path;
int first_tab_pos = line.IndexOf ('\t');
int first_tab_pos = line.IndexOf ('\t');
int last_tab_pos = line.LastIndexOf ('\t');
if (first_tab_pos == last_tab_pos) {