Closed intelmark closed 5 years ago
Please check for whitespace and unnecessary tabbing
Note: The \
at the end of a line is only necessary to keep the newline if you have two sentences together
This is the first sentence.
This is the second sentence.
Becomes:
This is the first sentence. This is the second sentence.
This is the first sentence.\
This is the second sentence.
Becomes:
This is the first sentence. This is the second sentence.
This is the first sentence.
This is the second sentence.\
Becomes:
This is the first sentence. This is the second sentence.\
Also, make sure to either squash/fixup your commits locally on your own branch and force push before merging or use squash and merge when merging this PR
Hi @intelmark Mark, I still see lots of \
from https://github.com/OpenVisualCloud/SVT-HEVC/blob/42d6474c7995d8dee9f6d8e76115ab8b51250fa5/Tests/README.md.
Please check the *.md file from Github first before letting others to review.
Hi @1480c1 Chris, thank you for code review. Sure, squash and merge
will be used.
Please read md file(view file) and make sure you remove all the \
Some are needed for formatting. Should look OK now
Hi @intelmark will you or Jing Wang's team address the commits?
Updating the test script provided by Jing.
Updated the README.md to reflect the updated script.
Signed-off-by: Mark Feldman mark.feldman@intel.com