summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src/service_resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/win/src/service_resolver.h')
-rw-r--r--sandbox/win/src/service_resolver.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sandbox/win/src/service_resolver.h b/sandbox/win/src/service_resolver.h
index ab125fb..f5db967 100644
--- a/sandbox/win/src/service_resolver.h
+++ b/sandbox/win/src/service_resolver.h
@@ -16,8 +16,10 @@ class ServiceResolverThunk : public ResolverThunk {
public:
// The service resolver needs a child process to write to.
ServiceResolverThunk(HANDLE process, bool relaxed)
- : process_(process), ntdll_base_(NULL),
- relaxed_(relaxed), relative_jump_(0) {}
+ : ntdll_base_(NULL),
+ process_(process),
+ relaxed_(relaxed),
+ relative_jump_(0) {}
~ServiceResolverThunk() override {}
// Implementation of Resolver::Setup.