summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/RectList.cpp
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-05-16 16:13:48 +0100
committerRobin Watts <robin.watts@artifex.com>2013-05-16 19:26:00 +0100
commit510eb5217cac45c4009e287ede6aa92fbfb8b93d (patch)
tree7c9e3b9fab10820054a68f6a70f4d1b4807e19cf /winrt/mupdf_cpp/RectList.cpp
parent973a751daebd4ead092d6d05a1688a0077c5e2e9 (diff)
downloadmupdf-510eb5217cac45c4009e287ede6aa92fbfb8b93d.tar.xz
Miscellaneous tidying.
Remove stray win32 changes. Update indentation style.
Diffstat (limited to 'winrt/mupdf_cpp/RectList.cpp')
-rw-r--r--winrt/mupdf_cpp/RectList.cpp13
1 files changed, 3 insertions, 10 deletions
diff --git a/winrt/mupdf_cpp/RectList.cpp b/winrt/mupdf_cpp/RectList.cpp
index 0095af3b..b9c1560d 100644
--- a/winrt/mupdf_cpp/RectList.cpp
+++ b/winrt/mupdf_cpp/RectList.cpp
@@ -3,14 +3,7 @@
namespace mupdf_cpp
{
- RectList::RectList(void)
- {
-
-
-
-
- }
-
+ RectList::RectList(void)
+ {
+ }
}
-
-