Skip to content

Commit cf86b1c

Browse files
committed
small spacing change
1 parent 246bcf8 commit cf86b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/GlobalHandle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ template <typename T = void*> class GlobalHandleLock {
6464
T* lock = NULL;
6565
bool resource = false;
6666
size_t resourceSize = 0;
67+
6768
public:
6869
GlobalHandleLock(GlobalHandle globalHandle)
6970
: globalHandle(globalHandle) {
@@ -162,7 +163,6 @@ template <typename T = void*> class GlobalHandleLock {
162163
if (resource) {
163164
return resourceSize;
164165
}
165-
166166
return GlobalSize(globalHandle);
167167
#endif
168168
}

0 commit comments

Comments
 (0)