summaryrefslogtreecommitdiffstats
path: root/clang/test/Format/ranges.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Format/ranges.cpp')
-rw-r--r--clang/test/Format/ranges.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/test/Format/ranges.cpp b/clang/test/Format/ranges.cpp
index ace528a9166..66b984e037b 100644
--- a/clang/test/Format/ranges.cpp
+++ b/clang/test/Format/ranges.cpp
@@ -2,10 +2,10 @@
// RUN: | clang-format -style=LLVM -offset=2 -length=0 -offset=28 -length=0 \
// RUN: | FileCheck -strict-whitespace %s
// CHECK: {{^int\ \*i;$}}
- int*i;
+int*i;
-// CHECK: {{^\ \ int\ \ \*\ \ i;$}}
- int * i;
+// CHECK: {{^int\ \ \*\ \ i;$}}
+int * i;
-// CHECK: {{^\ \ int\ \*i;$}}
- int * i;
+// CHECK: {{^int\ \*i;$}}
+int * i;
OpenPOWER on IntegriCloud