removing whitespaces

This commit is contained in:
Robin Müller 2021-03-04 16:48:21 +01:00
parent bd903b8447
commit 043d47e5e4
1 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@ a C file without issues
### Local Pool ### Local Pool
- Interface of LocalPools has changed. LocalPool is not a template anymore. Instead the size and - Interface of LocalPools has changed. LocalPool is not a template anymore. Instead the size and
bucket number of the pools per page and the number of pages are passed to the ctor instead of bucket number of the pools per page and the number of pages are passed to the ctor instead of
two ctor arguments and a template parameter two ctor arguments and a template parameter
### Parameter Service ### Parameter Service
@ -42,7 +42,7 @@ important use-case)
### File System Interface ### File System Interface
- A new interfaces specifies the functions for a software object which exposes the file system of - A new interfaces specifies the functions for a software object which exposes the file system of
a given hardware to use message based file handling (e.g. PUS commanding) a given hardware to use message based file handling (e.g. PUS commanding)
### Internal Error Reporter ### Internal Error Reporter