summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-08-11 06:47:32 +0200
committerDavid Tardon <dtardon@redhat.com>2011-08-11 06:47:32 +0200
commit8c9a0ef14f85936a9609fc705f8efb607df79807 (patch)
tree72e0a3c677ce62b9a39231491af20aec7bd04fa0 /cppcanvas
parent180c35752d4c57011478bcb76dcb55bdc97caff6 (diff)
align closing brace
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/emfplus.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx
index 460818a57c64..26581c9c911a 100644
--- a/cppcanvas/source/mtfrenderer/emfplus.cxx
+++ b/cppcanvas/source/mtfrenderer/emfplus.cxx
@@ -1438,7 +1438,7 @@ namespace cppcanvas
}
} else {
EMFP_DEBUG (printf ("EMF+ DrawImagePoints TODO (fixme)\n"));
- }
+ }
}
break;
}