]> granicus.if.org Git - php/commitdiff
- Tabs to spaces.
authorDerick Rethans <derick@php.net>
Sat, 3 May 2008 11:08:09 +0000 (11:08 +0000)
committerDerick Rethans <derick@php.net>
Sat, 3 May 2008 11:08:09 +0000 (11:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0b641fb24fee34d7fa8be66a557921ec6b34c7ed..88bc26556a7e74a124f12d099086c1df1bf6f914 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -60,8 +60,8 @@ PHP                                                                        NEWS
     phrases so that they actually mean the week and not a seven day period
     around the current day.
   . added the DatePeriod class, that supports iterating over a DateTime object
-       applying a DateInterval on each iteration, up to an end date or limited by
-       a maximum number of occurences.
+    applying a DateInterval on each iteration, up to an end date or limited by
+    a maximum number of occurences.
 
 - Added functionality to SPL extension:
   . Added SPL to list of standard extensions that cannot be disabled. (Marcus)