Skip to content

Commit

Permalink
delete trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Vokes committed Jun 7, 2015
1 parent fe95025 commit 71c8a03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ A data compression/decompression library for embedded/real-time systems.

## Key Features:

- **Low memory usage (as low as 50 bytes)**
- **Low memory usage (as low as 50 bytes)**
It is useful for some cases with less than 50 bytes, and useful
for many general cases with < 300 bytes.
- **Incremental, bounded CPU use**
- **Incremental, bounded CPU use**
You can chew on input data in arbitrarily tiny bites.
This is a useful property in hard real-time environments.
- **Can use either static or dynamic memory allocation**
- **Can use either static or dynamic memory allocation**
The library doesn't impose any constraints on memory management.
- **ISC license**
- **ISC license**
You can use it freely, even for commercial purposes.


Expand Down

0 comments on commit 71c8a03

Please sign in to comment.