Skip to content

Commit 864952f

Browse files
astyle fix
1 parent c11aa19 commit 864952f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/include/platform/CircularBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class CircularBuffer {
208208

209209
core_util_critical_section_enter();
210210

211-
if(!non_critical_empty()) {
211+
if (!non_critical_empty()) {
212212
/* make sure we only try to read as much as we have items present */
213213
if (len > non_critical_size()) {
214214
len = non_critical_size();

0 commit comments

Comments
 (0)