summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:14:55 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:14:55 +0000
commit5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch)
tree59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/tools
parentc4e9058ee26841baae4c0fd51e081949747d5f48 (diff)
Cleanups and version bump
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/chdman.c2
-rw-r--r--src/tools/nltool.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/chdman.c b/src/tools/chdman.c
index d85b40a85cb..976a0b7ba53 100644
--- a/src/tools/chdman.c
+++ b/src/tools/chdman.c
@@ -243,7 +243,7 @@ public:
UINT8 *_dest = reinterpret_cast<UINT8 *>(dest);
for (int chdlba = 0; chdlba < lenlba; chdlba++)
- {
+ {
// find current frame's track number
int tracknum = m_toc->numtrks;
for (int track = 0; track < m_toc->numtrks; track++)
diff --git a/src/tools/nltool.c b/src/tools/nltool.c
index a35ca7e5e0d..efb51b0dfbd 100644
--- a/src/tools/nltool.c
+++ b/src/tools/nltool.c
@@ -67,9 +67,9 @@ void CLIB_DECL logerror(const char *format, ...)
void report_bad_cast(const std::type_info &src_type, const std::type_info &dst_type)
{
- printf("Error: bad downcast<> or device<>. Tried to convert a %s to a %s, which are incompatible.\n",
- src_type.name(), dst_type.name());
- throw;
+ printf("Error: bad downcast<> or device<>. Tried to convert a %s to a %s, which are incompatible.\n",
+ src_type.name(), dst_type.name());
+ throw;
}
struct options_entry oplist[] =