Revision: 14046
          http://sourceforge.net/p/skim-app/code/14046
Author:   hofman
Date:     2024-02-14 15:33:26 +0000 (Wed, 14 Feb 2024)
Log Message:
-----------
code alignment

Modified Paths:
--------------
    trunk/SKTextNoteEditor.m

Modified: trunk/SKTextNoteEditor.m
===================================================================
--- trunk/SKTextNoteEditor.m    2024-02-14 15:31:47 UTC (rev 14045)
+++ trunk/SKTextNoteEditor.m    2024-02-14 15:33:26 UTC (rev 14046)
@@ -80,7 +80,7 @@
     if (annotation)
         SKENSURE_MAIN_THREAD(
             for (NSString *key in [[self class] keysToObserve]) {
-            @try { [annotation removeObserver:self forKeyPath:key 
context:&SKPDFAnnotationPropertiesObservationContext]; }
+                @try { [annotation removeObserver:self forKeyPath:key 
context:&SKPDFAnnotationPropertiesObservationContext]; }
                 @catch(id e) {}
             }
         );

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to