Remove excess blank lines after namespace

Change-Id: I4e4f83017f2bfc2cf842c4c971ed4b05e0447e6a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Orgad Shaneh
2019-05-26 21:28:34 +03:00
committed by Orgad Shaneh
parent b70d39a091
commit 1e138fbe10
43 changed files with 0 additions and 49 deletions

View File

@@ -67,7 +67,6 @@ using namespace ProjectExplorer;
namespace Android {
namespace Internal {
static const QString pidScript = "pidof -s \"%1\"";
static const QString pidScriptPreNougat = QStringLiteral("for p in /proc/[0-9]*; "
"do cat <$p/cmdline && echo :${p##*/}; done");