aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff/tests/unified_p.out
blob: 938b07890fbcfc206da19f893e2d85fc1b362fea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- input_c1.in
+++ input_c2.in
@@ -1,14 +1,15 @@
 /*
  * A comment 
  *
- * And another  bla
+ * And another bla
  *
- * And yet another
+ * and yet another
  */
 
 int
 main(void)
 {
+
 	printf("something");
 
 	return (0);