Skip to content

Commit

Permalink
Standardised indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismiles committed Sep 27, 2014
1 parent 23634d2 commit 167c7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DynamicXray/DynamicXray/DXRDynamicXrayWindowController.m
Expand Up @@ -212,11 +212,11 @@ - (void)dynamicXrayWindowNeedsToLayoutSubviews:(__unused DXRDynamicXrayWindow *)
BOOL ignoreOrientation = NO;
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 80000
if ([[NSProcessInfo processInfo] respondsToSelector:@selector(operatingSystemVersion)]) {
ignoreOrientation = YES;
ignoreOrientation = YES;
}
#endif
if (ignoreOrientation) {
return 0;
return 0;
}

if (interfaceOrientation == UIInterfaceOrientationPortraitUpsideDown) {
Expand Down

0 comments on commit 167c7d0

Please sign in to comment.