From: batt Date: Mon, 19 Apr 2010 22:52:01 +0000 (+0000) Subject: Reformat. X-Git-Tag: 2.5.0~437 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=683850c0edb6c3b55b6fef11d891430c4cd6b2bd;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3471 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/struct/heap.c b/bertos/struct/heap.c index 1e4d6053..1faacf3c 100644 --- a/bertos/struct/heap.c +++ b/bertos/struct/heap.c @@ -32,7 +32,6 @@ * * \brief Heap subsystem (public interface). * - * \version $Id$ * \author Bernie Innocenti */ @@ -48,7 +47,7 @@ /* * This function prototype is deprecated, will change in: * void heap_init(struct Heap* h, heap_buf_t* memory, size_t size) - * in the nex BeRTOS release. + * in the next BeRTOS release. */ void heap_init(struct Heap* h, void* memory, size_t size) {