diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-02 18:49:43 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-02 18:49:43 +0200 |
commit | b24639d0113e15933e749ea0f96abe3f25a134a0 (patch) | |
tree | 4272020625c80c0d6982d3787bebc573c0da01b8 /include/sharedmem.h | |
parent | 2ae4ca91b48407add0e940ee13bd8b385e319a7a (diff) | |
download | afl++-b24639d0113e15933e749ea0f96abe3f25a134a0.tar.gz |
run code formatter
Diffstat (limited to 'include/sharedmem.h')
-rw-r--r-- | include/sharedmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sharedmem.h b/include/sharedmem.h index 9aa44d0e..7e13b13b 100644 --- a/include/sharedmem.h +++ b/include/sharedmem.h @@ -5,3 +5,4 @@ void setup_shm(unsigned char dumb_mode); void remove_shm(void); #endif + |