]> git.saurik.com Git - apple/cf.git/blobdiff - CFCalendar.c
CF-550.tar.gz
[apple/cf.git] / CFCalendar.c
index b7ee551217d1248de55d4e9801d36b98173eb4c2..33b58b6e8c8555b0d33e90a841630e7a0ade1863 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008 Apple Inc. All rights reserved.
+ * Copyright (c) 2009 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -25,6 +25,8 @@
        Responsibility: Christopher Kane
 */
 
+
+
 #include <CoreFoundation/CFCalendar.h>
 #include <CoreFoundation/CFRuntime.h>
 #include "CFInternal.h"
@@ -1044,6 +1046,7 @@ Boolean CFCalendarGetTimeRangeOfUnit(CFCalendarRef calendar, CFCalendarUnit unit
            return true;
        }
     }
+
     return false;
 }