i#8008 format: Remove non-UTF8 characters#8011
Conversation
bin-wang
left a comment
There was a problem hiding this comment.
I scanned the repo and found 2 other files that contain non-UTF8 characters:
dynamorio/suite/tests/security-win32/sd_tester.c
Lines 132 to 133 in 4fe1106
and
dynamorio/tools/DRinstall/ShellInterface.cpp
Line 221 in 4fe1106
They are not blocking #8009 but should we remove those as well?
May as well: I added them to this PR to fix all at once. |
Removes non-UTF8 characters from tools/runjob.c.
These crash clang-format-diff and are blocking PR #8009.
Also fixes non-UTF8 characters found in two other files while at it.
Issue: #8008