globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / appleutility / CAReferenceCounted.h
index a9c8dccca30c4104146c5ef8692e561cc92e5814..5c9b1168bd752132d6b8ed8ec85fb6e78ddf95db 100644 (file)
@@ -60,8 +60,8 @@ public:
        
        void    retain() { IncrementAtomic(&mRefCount); }
        
-       void    release() 
-                       { 
+       void    release()
+                       {
                                        // this returns the ORIGINAL value, not the new one.
                                SInt32 rc = DecrementAtomic(&mRefCount);
                                if (rc == 1) {