Review spacing

This commit is contained in:
Ray 2020-01-29 12:09:56 +01:00
parent bc29720024
commit 46046bf018

View file

@ -73,11 +73,6 @@
#if !defined(PHYSAC_H)
#define PHYSAC_H
// #define PHYSAC_STATIC
// #define PHYSAC_NO_THREADS
// #define PHYSAC_STANDALONE
// #define PHYSAC_DEBUG
#if defined(PHYSAC_STATIC)
#define PHYSACDEF static // Functions just visible to module including this file
#else