diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:38:34 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:38:34 -0600 |
commit | 1722592f8c0100b1770deaec79e81cab732d1d51 (patch) | |
tree | 495bcc458d6c8b7d7dc39c03f4a0fe32000aed1b /src/tdeumaskinput.cpp | |
parent | 56a196f355ca80221d6ff828afd0c538772c98c2 (diff) | |
download | kcmldap-1722592f8c0100b1770deaec79e81cab732d1d51.tar.gz kcmldap-1722592f8c0100b1770deaec79e81cab732d1d51.zip |
Add end-of-file newlines.
Diffstat (limited to 'src/tdeumaskinput.cpp')
-rw-r--r-- | src/tdeumaskinput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdeumaskinput.cpp b/src/tdeumaskinput.cpp index b1b2513..3049c5e 100644 --- a/src/tdeumaskinput.cpp +++ b/src/tdeumaskinput.cpp @@ -58,4 +58,4 @@ TQString TDEUmaskInput::mapValueToText (int v) { baseText.prepend("0"); } return baseText; -}
\ No newline at end of file +} |