mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove unnecessary newline whitespace
This commit is contained in:
@@ -2203,7 +2203,6 @@ Job *Driver::buildJobsForAction(Compilation &C, const JobAction *JA,
|
||||
// 3. Determine the CommandOutput for the job.
|
||||
StringRef BaseInput;
|
||||
StringRef PrimaryInput;
|
||||
|
||||
if (!InputActions.empty()) {
|
||||
// Use the first InputAction as our BaseInput and PrimaryInput.
|
||||
const InputAction *IA = cast<InputAction>(InputActions[0]);
|
||||
|
||||
Reference in New Issue
Block a user