Apply clang-format

This commit is contained in:
Martchus 2020-09-04 00:47:50 +02:00
parent 501ecd58c6
commit 52e8b39207
4 changed files with 4 additions and 4 deletions

View File

@ -241,4 +241,4 @@ void FfmpegLauncher::ffmpegFinished(int exitCode)
{
cerr << "FFmpeg finished with exit code " << exitCode << endl;
}
}
} // namespace DBusSoundRecorder

View File

@ -67,6 +67,6 @@ inline void FfmpegLauncher::setTargetExtension(const QString &extension)
{
m_targetExtension = extension.startsWith(QChar('.')) ? extension : QStringLiteral(".") + extension;
}
}
} // namespace DBusSoundRecorder
#endif // FFMPEGLAUNCHER_H

View File

@ -151,4 +151,4 @@ void PlayerWatcher::seeked(qlonglong pos)
{
cerr << "Seeked: " << pos << endl;
}
}
} // namespace DBusSoundRecorder

View File

@ -126,6 +126,6 @@ inline void PlayerWatcher::setSilent(bool silent)
{
m_silent = silent;
}
}
} // namespace DBusSoundRecorder
#endif // PLAYERWATCHER_H