From 683850c0edb6c3b55b6fef11d891430c4cd6b2bd Mon Sep 17 00:00:00 2001 From: batt Date: Mon, 19 Apr 2010 22:52:01 +0000 Subject: [PATCH] Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3471 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/struct/heap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.25.1