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