Merge pull request #281 from gwsystems/fix-autoformat

format: Fix clang-format whitespace nit
master
Sean McBride 4 years ago committed by GitHub
commit e9075bd9d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,8 +4,8 @@
#include "arch/getcycles.h"
#include "debuglog.h"
extern uint32_t runtime_processor_speed_MHz;
extern uint32_t runtime_quantum_us;
extern uint32_t runtime_processor_speed_MHz;
extern uint32_t runtime_quantum_us;
/* Implemented by listener and workers */

Loading…
Cancel
Save