SoftwareUpdater: Replace 4 spaces with 1 hard tab

This commit is contained in:
John Scipione
2016-12-09 13:48:37 -08:00
parent b4ad45f630
commit 7d82a586b0
@@ -100,7 +100,7 @@ SoftwareUpdaterWindow::SoftwareUpdaterWindow()
.End() .End()
.AddGlue() .AddGlue()
//.Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER)) //.Add(new BSeparatorView(B_HORIZONTAL, B_PLAIN_BORDER))
; ;
CenterOnScreen(); CenterOnScreen();
Show(); Show();
} }