Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
df196438
Commit
df196438
authored
Jul 24, 2020
by
Kurt Hindenburg
Browse files
Add newline at EOF
parent
1219b72b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SSHProcessInfo.cpp
View file @
df196438
...
@@ -206,4 +206,5 @@ QString SSHProcessInfo::format(const QString &input) const
...
@@ -206,4 +206,5 @@ QString SSHProcessInfo::format(const QString &input) const
output
.
replace
(
QLatin1String
(
"%c"
),
_command
);
output
.
replace
(
QLatin1String
(
"%c"
),
_command
);
return
output
;
return
output
;
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment