clang-format

This commit is contained in:
hari 2019-01-30 15:48:35 -08:00
parent f89b9bd4a3
commit 7b77734cc4

View File

@ -17,6 +17,4 @@ limitations under the License.
#include "eta_csp_io.h"
extern "C" void DebugLog(const char* s) {
EtaCspIoPrintf("%s", s);
}
extern "C" void DebugLog(const char* s) { EtaCspIoPrintf("%s", s); }