debugger: code cosmetics

This commit is contained in:
hjk
2009-04-30 12:16:48 +02:00
parent 7c8735b771
commit b68a06799c
10 changed files with 29 additions and 20 deletions

View File

@@ -34,6 +34,7 @@
#ifdef USE_PSAPI
# include <psapi.h>
#endif
namespace Debugger {
namespace Internal {
@@ -75,5 +76,5 @@ QList<ProcData> winProcessList()
return rc;
}
}
}
} // namespace Internal
} // namespace Debugger