From 5b2aca103e99c3c1a743567ecf42bfcd17d40a66 Mon Sep 17 00:00:00 2001 From: Geoff Macartney Date: Tue, 9 May 2017 16:46:41 +0100 Subject: [PATCH] Fix CRLF on google-cloud-storage logback.xml --- .../src/test/resources/logback.xml | 166 +++++++++--------- 1 file changed, 83 insertions(+), 83 deletions(-) diff --git a/providers/google-cloud-storage/src/test/resources/logback.xml b/providers/google-cloud-storage/src/test/resources/logback.xml index 864a5a52de..c83c449005 100644 --- a/providers/google-cloud-storage/src/test/resources/logback.xml +++ b/providers/google-cloud-storage/src/test/resources/logback.xml @@ -1,83 +1,83 @@ - - - - - target/test-data/jclouds.log - - - %d %-5p [%c] [%thread] %m%n - - - - - target/test-data/jclouds-wire.log - - - %d %-5p [%c] [%thread] %m%n - - - - - target/test-data/jclouds-compute.log - - - %d %-5p [%c] [%thread] %m%n - - - - - target/test-data/jclouds-ssh.log - - - %d %-5p [%c] [%thread] %m%n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + target/test-data/jclouds.log + + + %d %-5p [%c] [%thread] %m%n + + + + + target/test-data/jclouds-wire.log + + + %d %-5p [%c] [%thread] %m%n + + + + + target/test-data/jclouds-compute.log + + + %d %-5p [%c] [%thread] %m%n + + + + + target/test-data/jclouds-ssh.log + + + %d %-5p [%c] [%thread] %m%n + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +