diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-10 13:10:43 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-10 13:10:43 +0100 |
| commit | fc2c5e2f02e6da00e27d68a83277a61efdcc9f83 (patch) | |
| tree | 29578e2e041586f63d6aff5f6ec16db941ea2ef8 /src/Daemon | |
| parent | 86930df464c57f84a461e4a98e5f813bff73952d (diff) | |
| download | abrt-fc2c5e2f02e6da00e27d68a83277a61efdcc9f83.tar.gz abrt-fc2c5e2f02e6da00e27d68a83277a61efdcc9f83.tar.xz abrt-fc2c5e2f02e6da00e27d68a83277a61efdcc9f83.zip | |
style fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon')
| -rw-r--r-- | src/Daemon/CommLayerServerSocket.cpp | 2 | ||||
| -rw-r--r-- | src/Daemon/Daemon.cpp | 2 | ||||
| -rw-r--r-- | src/Daemon/RPM.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Daemon/CommLayerServerSocket.cpp b/src/Daemon/CommLayerServerSocket.cpp index 80dabb7..0c5f2e3 100644 --- a/src/Daemon/CommLayerServerSocket.cpp +++ b/src/Daemon/CommLayerServerSocket.cpp @@ -219,7 +219,7 @@ vector_crash_infos_t CCommLayerServerSocket::GetCrashInfos(const std::string &pS } //reimplement as CreateReportThread(...)? -//map_crash_report_t CCommLayerServerSocket::CreateReport(const std::string &pUUID,const std::string &pSender) +//map_crash_report_t CCommLayerServerSocket::CreateReport(const std::string &pUUID, const std::string &pSender) //{ // map_crash_report_t crashReport; // crashReport = ::CreateReport(pUUID, pSender); diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp index 1fa324f..3f88230 100644 --- a/src/Daemon/Daemon.cpp +++ b/src/Daemon/Daemon.cpp @@ -667,7 +667,7 @@ int main(int argc, char** argv) int opt; int parent_pid = getpid(); - setlocale(LC_ALL,""); + setlocale(LC_ALL, ""); #if ENABLE_NLS bindtextdomain(PACKAGE, LOCALEDIR); diff --git a/src/Daemon/RPM.cpp b/src/Daemon/RPM.cpp index 4a819b5..b3cf2c1 100644 --- a/src/Daemon/RPM.cpp +++ b/src/Daemon/RPM.cpp @@ -146,7 +146,7 @@ std::string GetComponent(const char* pFileName) if (header != NULL) { rpmtd td = rpmtdNew(); - headerGet(header,RPMTAG_SOURCERPM, td, HEADERGET_DEFAULT); + headerGet(header, RPMTAG_SOURCERPM, td, HEADERGET_DEFAULT); const char * srpm = rpmtdGetString(td); if (srpm != NULL) { |
