Revision: 25272
          http://sourceforge.net/p/bibdesk/svn/25272
Author:   hofman
Date:     2020-12-30 16:18:02 +0000 (Wed, 30 Dec 2020)
Log Message:
-----------
Code alignment

Modified Paths:
--------------
    trunk/bibdesk/BDSKEdgeView.m

Modified: trunk/bibdesk/BDSKEdgeView.m
===================================================================
--- trunk/bibdesk/BDSKEdgeView.m        2020-12-30 16:17:21 UTC (rev 25271)
+++ trunk/bibdesk/BDSKEdgeView.m        2020-12-30 16:18:02 UTC (rev 25272)
@@ -105,10 +105,10 @@
             backgroundColors = [[NSArray alloc] initWithObjects:[NSColor 
colorWithCalibratedAquaWhite:0.65 alpha:1.0 darkAquaWhite:0.15 alpha:1.0], 
[NSColor colorWithCalibratedAquaWhite:0.8 alpha:1.0 darkAquaWhite:0.2 
alpha:1.0], nil];
             backgroundView = nil;
         } else {
-            #pragma clang diagnostic push
-            #pragma clang diagnostic ignored "-Wpartial-availability"
-                        color = topColor = [NSColor separatorColor];
-            #pragma clang diagnostic pop
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wpartial-availability"
+            color = topColor = [NSColor separatorColor];
+#pragma clang diagnostic pop
             backgroundColors = nil;
             backgroundView = [[BDSKReflectionView alloc] initWithFrame:[self 
backgroundRect]];
             wantsSubviews = YES;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to