@@ -264,8 +264,8 @@ int main(int argc, char *argv[])
264264 // seenLeft = true;
265265 if (seenRight && seenLeft)
266266 {
267- outputLine (lastFrame[0 ], lastIndex[0 ], linkNum++, " leftOnly " , lastLine[ 0 ], nullptr , nullptr );
268- " leftOnly" , lastLine[0 ], nullptr , NULL );
267+ outputLine (lastFrame[0 ], lastIndex[0 ], linkNum++,
268+ " leftOnly" , lastLine[0 ], nullptr , nullptr );
269269 ++numDiffs;
270270 }
271271 lastFrame[0 ] = -1 ;
@@ -278,8 +278,8 @@ int main(int argc, char *argv[])
278278 // seenRight = true;
279279 if (seenRight && seenLeft)
280280 {
281- outputLine (lastFrame[1 ], lastIndex[1 ], linkNum++, nullptr , nullptr , " rightOnly " , lastLine[ 1 ]);
282- NULL , nullptr , " rightOnly" , lastLine[1 ]);
281+ outputLine (lastFrame[1 ], lastIndex[1 ], linkNum++,
282+ nullptr , nullptr , " rightOnly" , lastLine[1 ]);
283283 ++numDiffs;
284284 }
285285 lastFrame[1 ] = -1 ;
@@ -329,8 +329,8 @@ int main(int argc, char *argv[])
329329 // seenLeft = true;
330330 if (seenRight && seenLeft)
331331 {
332- outputLine (lastFrame[0 ], lastIndex[0 ], linkNum++, " leftOnly " , lastLine[ 0 ], nullptr , nullptr );
333- " leftOnly" , lastLine[0 ], nullptr , NULL );
332+ outputLine (lastFrame[0 ], lastIndex[0 ], linkNum++,
333+ " leftOnly" , lastLine[0 ], nullptr , nullptr );
334334 ++numDiffs;
335335 }
336336 lastFrame[0 ] = -1 ;
@@ -342,8 +342,8 @@ int main(int argc, char *argv[])
342342 // seenRight = true;
343343 if (seenRight && seenLeft)
344344 {
345- outputLine (lastFrame[1 ], lastIndex[1 ], linkNum++, nullptr , nullptr , " rightOnly " , lastLine[ 1 ]);
346- NULL , nullptr , " rightOnly" , lastLine[1 ]);
345+ outputLine (lastFrame[1 ], lastIndex[1 ], linkNum++,
346+ nullptr , nullptr , " rightOnly" , lastLine[1 ]);
347347 ++numDiffs;
348348 }
349349 lastFrame[1 ] = -1 ;
0 commit comments