make astyle

pull/389/head
Jesse Vincent 8 years ago
parent c305e085a9
commit a16411ff93
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -33,7 +33,9 @@ namespace KaleidoscopePlugins {
static bool isActive (void);
static void cancel (bool withStickies);
static void cancel (void) { cancel (false); };
static void cancel (void) {
cancel (false);
};
static uint16_t timeOut;
static uint16_t holdTimeOut;

Loading…
Cancel
Save