summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/modularize/Inputs/CoverageNoProblems/module.modulemap
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-07-08 22:00:56 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-07-08 22:00:56 +0000
commit8b629f585dc3b592d732a7e3521266cfcd82d062 (patch)
tree8fec32e8a8217241fe4c6cbc0bf3556889c4366d /clang-tools-extra/test/modularize/Inputs/CoverageNoProblems/module.modulemap
parentb1d8ea4635eea320432e8dfa175c33acd976d2b0 (diff)
downloadbcm5719-llvm-8b629f585dc3b592d732a7e3521266cfcd82d062.tar.gz
bcm5719-llvm-8b629f585dc3b592d732a7e3521266cfcd82d062.zip
Fixed line-endings.
llvm-svn: 241744
Diffstat (limited to 'clang-tools-extra/test/modularize/Inputs/CoverageNoProblems/module.modulemap')
-rw-r--r--clang-tools-extra/test/modularize/Inputs/CoverageNoProblems/module.modulemap20
1 files changed, 10 insertions, 10 deletions
diff --git a/clang-tools-extra/test/modularize/Inputs/CoverageNoProblems/module.modulemap b/clang-tools-extra/test/modularize/Inputs/CoverageNoProblems/module.modulemap
index 97ad285cd23..d2b0957b76e 100644
--- a/clang-tools-extra/test/modularize/Inputs/CoverageNoProblems/module.modulemap
+++ b/clang-tools-extra/test/modularize/Inputs/CoverageNoProblems/module.modulemap
@@ -1,10 +1,10 @@
-// module.map
-
-module Level1A {
- header "Includes1/Level1A.h"
- export *
-}
-module Level2A {
- header "Includes2/Level2A.h"
- export *
-}
+// module.map
+
+module Level1A {
+ header "Includes1/Level1A.h"
+ export *
+}
+module Level2A {
+ header "Includes2/Level2A.h"
+ export *
+}
OpenPOWER on IntegriCloud