Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-04 23:48:09 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-04 23:48:09 +0300
commitbed9bc56d829a49b9f30d229f248233e73badb17 (patch)
tree002a5e2daf0c3c8722da048d2f56662175c92a4e /mcs/class/System.Json
parent7a94cbe3d4bb1e0f1cf8799f363e4996c046cb40 (diff)
[bcl] Ensure all .sources files have newline at the end
It causes an issue with gensources.sh when using #include on Linux otherwise.
Diffstat (limited to 'mcs/class/System.Json')
-rw-r--r--mcs/class/System.Json/System.Json.dll.sources2
-rw-r--r--mcs/class/System.Json/System.Json_test.dll.sources2
2 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Json/System.Json.dll.sources b/mcs/class/System.Json/System.Json.dll.sources
index 3eee0529785..6076fc05551 100644
--- a/mcs/class/System.Json/System.Json.dll.sources
+++ b/mcs/class/System.Json/System.Json.dll.sources
@@ -5,4 +5,4 @@ System.Json/JsonObject.cs
System.Json/JsonPrimitive.cs
System.Json/JsonType.cs
System.Json/JsonValue.cs
-System.Json/JavaScriptReader.cs \ No newline at end of file
+System.Json/JavaScriptReader.cs
diff --git a/mcs/class/System.Json/System.Json_test.dll.sources b/mcs/class/System.Json/System.Json_test.dll.sources
index 8d6ae225c73..9f81af1e05b 100644
--- a/mcs/class/System.Json/System.Json_test.dll.sources
+++ b/mcs/class/System.Json/System.Json_test.dll.sources
@@ -1 +1 @@
-System.Json/JsonValueTest.cs \ No newline at end of file
+System.Json/JsonValueTest.cs