Add end-of-file newlines.

(cherry picked from commit 37174b5e3a)
v3.5.13-sru
Darrell Anderson 11 years ago committed by Slávek Banko
parent 553dee5386
commit 5159c4aba3

@ -228,4 +228,4 @@ void PPTPAuthentication::setPasswords(TQString name, TQString value) {
_pptpAuth->password->erase(); _pptpAuth->password->erase();
_pptpAuth->password->insert(value); _pptpAuth->password->insert(value);
} }
} }

@ -231,4 +231,4 @@ void StrongswanAuthentication::setPasswords(TQString name, TQString value) {
_strongswanAuth->password->erase(); _strongswanAuth->password->erase();
_strongswanAuth->password->insert(value); _strongswanAuth->password->insert(value);
} }
} }

@ -399,4 +399,4 @@ void VPNCAuthentication::setPasswords(TQString name, TQString value) {
_vpncAuth->editGroupPassword->erase(); _vpncAuth->editGroupPassword->erase();
_vpncAuth->editGroupPassword->insert(value); _vpncAuth->editGroupPassword->insert(value);
} }
} }

Loading…
Cancel
Save