From bed9bc56d829a49b9f30d229f248233e73badb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 4 Mar 2016 21:48:09 +0100 Subject: [bcl] Ensure all .sources files have newline at the end It causes an issue with gensources.sh when using #include on Linux otherwise. --- mcs/class/System.Json/System.Json.dll.sources | 2 +- mcs/class/System.Json/System.Json_test.dll.sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mcs/class/System.Json') 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 -- cgit v1.2.3