Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Sobkiewicz <tomasz.sobkiewicz@swmansion.com>
  • Loading branch information
TheSobkiewicz committed Jan 7, 2025
1 parent c524039 commit 7c5d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libAtomVM/ets.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#include "ets_hashtable.h"
#include "list.h"
#include "memory.h"
#include "term.h"
#include "overflow_helpers.h"
#include "term.h"

#ifndef AVM_NO_SMP
#define SMP_RDLOCK(table) smp_rwlock_rdlock(table->lock)
Expand Down

0 comments on commit 7c5d166

Please sign in to comment.