mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
Revert unintended white space change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109364 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
97595eb05c
commit
b30cdd830b
@ -719,7 +719,7 @@ int GCC::ExecuteProgram(const std::string &ProgramFile,
|
||||
return -1;
|
||||
}
|
||||
|
||||
std::vector<const char *> ProgramArgs;
|
||||
std::vector<const char*> ProgramArgs;
|
||||
|
||||
// Declared here so that the destructor only runs after
|
||||
// ProgramArgs is used.
|
||||
|
Loading…
Reference in New Issue
Block a user