0

I got the following results from diff:

@@ -4479,7 +4479,7 @@
         || AddPrintCheckParameters(TRUE)
         || AddRecipeDefaults(TRUE)
         || AddRepeatScanPass(TRUE)
-        || AddVirgoFlag(TRUE)        
+        || AddVirgoFlag(TRUE)
         || AddAttrPatchSize(TRUE)
         || AddDualSensParameters(TRUE)
         || AddMDATDensitySP(TRUE)

Seems that it suggesting me to delete and add the same line. Why?

1
  • Blank characters maybe? Try with -E -Z -b -w Commented May 14, 2022 at 0:29

1 Answer 1

1

By selecting both lines with the mouse to they are highlighted, I can clearly see that the first (deleted) line has trailing spaces that the second does not.

If you use diff -w this difference would be ignored by diff.

1
  • Exactly. Thanks! Commented May 14, 2022 at 3:19

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.