]> mj.ucw.cz Git - libucw.git/commitdiff
Doc: Indentation
authorMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 15:30:41 +0000 (16:30 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 15:30:41 +0000 (16:30 +0100)
ucw/doc/relnotes.txt

index 9ab1921f30b52bdb484b77c221ab36b1d6c23214..9cab40588f69818bf52c028ce1e57a99577ae9a3 100644 (file)
@@ -22,12 +22,12 @@ Release notes
   argument (item count) of `GARY_PUSH` and `GARY_POP`. If you want to push/pop
   multiple elements at once, use `GARY_PUSH_MULTI` and `GARY_POP_MULTI`.
 * *Incompatible:* The interface of the <<heap:,heap>> module was cleaned up
-   to remove non-systematic side-effects. The `HEAP_INSERT` operation is now
-   a proper insert (previously, it was just cleanup after insertion performed
-   by the caller), similarly `HEAP_INCREASE` and `HEAP_DECREASE`. The `HEAP_DELMIN`
-   operation was renamed to `HEAP_DELETE_MIN`. New operations `HEAP_REPLACE` and
-   `HEAP_REPLACE_MIN` have been added. If you need to track positions of elements
-   in the heap, please check the notes at individual functions.
+  to remove non-systematic side-effects. The `HEAP_INSERT` operation is now
+  a proper insert (previously, it was just cleanup after insertion performed
+  by the caller), similarly `HEAP_INCREASE` and `HEAP_DECREASE`. The `HEAP_DELMIN`
+  operation was renamed to `HEAP_DELETE_MIN`. New operations `HEAP_REPLACE` and
+  `HEAP_REPLACE_MIN` have been added. If you need to track positions of elements
+  in the heap, please check the notes at individual functions.
 * The <<conf:,configuration file parser>> has been improved:
 ** Multiple instances of the configuration parser are supported.
 ** *Incompatible:* As there may be more instances, we can no longer use