[Lldb-commits] [lldb] r347223 - Remove non-ASCII characters at the beginning of file.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 19 08:41:31 PST 2018


Author: zturner
Date: Mon Nov 19 08:41:31 2018
New Revision: 347223

URL: http://llvm.org/viewvc/llvm-project?rev=347223&view=rev
Log:
Remove non-ASCII characters at the beginning of file.

It's not clear how these ended up in the file, but this fixes it.

Modified:
    lldb/trunk/lit/helper/toolchain.py

Modified: lldb/trunk/lit/helper/toolchain.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/helper/toolchain.py?rev=347223&r1=347222&r2=347223&view=diff
==============================================================================
--- lldb/trunk/lit/helper/toolchain.py (original)
+++ lldb/trunk/lit/helper/toolchain.py Mon Nov 19 08:41:31 2018
@@ -1,4 +1,4 @@
-import os
+import os
 import platform
 import subprocess
 import sys




More information about the lldb-commits mailing list