summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2015-02-22 23:08:18 (GMT)
committerKevin Smith <kevin.smith@isode.com>2015-03-28 09:50:21 (GMT)
commit2d13a4a47a076efde64671bc8eac2b4363a8790f (patch)
treee15198126cb2e3a1be77a6a7652d5d8ccf8c21f4 /Swiften/Elements
parent13bf4716eff5396e948d57e8e72f5cb8ec752d43 (diff)
downloadswift-2d13a4a47a076efde64671bc8eac2b4363a8790f.zip
swift-2d13a4a47a076efde64671bc8eac2b4363a8790f.tar.bz2
Add missing line endings
Test-Information: Builds. Change-Id: Ica4b1bca4ff71f103ee5ebad707bc0f95595ad37
Diffstat (limited to 'Swiften/Elements')
-rw-r--r--Swiften/Elements/FormPage.cpp2
-rw-r--r--Swiften/Elements/FormSection.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Elements/FormPage.cpp b/Swiften/Elements/FormPage.cpp
index 37ff32c..1a9bd32 100644
--- a/Swiften/Elements/FormPage.cpp
+++ b/Swiften/Elements/FormPage.cpp
@@ -65,4 +65,4 @@ const std::vector<std::string> FormPage::getFieldRefs() const {
return fieldRefs_;
}
-} \ No newline at end of file
+}
diff --git a/Swiften/Elements/FormSection.cpp b/Swiften/Elements/FormSection.cpp
index 1784714..46005a0 100644
--- a/Swiften/Elements/FormSection.cpp
+++ b/Swiften/Elements/FormSection.cpp
@@ -61,4 +61,4 @@ const std::vector<std::string> FormSection::getFieldRefs() const {
return fieldRefs_;
}
-} \ No newline at end of file
+}