add some comments to make the linter happy

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

@ -140,7 +140,7 @@ Unicode::type (uint32_t unicode) {
typeCode (unicode); typeCode (unicode);
end (); end ();
} }
}; } // namespace KaleidoscopePlugins
__attribute__((weak)) __attribute__((weak))
Key Key

@ -35,7 +35,7 @@ class Unicode : public KaleidoscopePlugin {
static void type (uint32_t unicode); static void type (uint32_t unicode);
static void typeCode (uint32_t unicode); static void typeCode (uint32_t unicode);
} }
}; } // namespace KaleidoscopePlugins
Key hexToKey (uint8_t hex); Key hexToKey (uint8_t hex);

Loading…
Cancel
Save