فهرست منبع

Remove extraneous comma

Noah Andrews 9 سال پیش
والد
کامیت
ee1b94045e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      quantum/template/template.h

+ 1 - 1
quantum/template/template.h

@@ -12,7 +12,7 @@
 // The second converts the arguments into a two-dimensional array
 #define KEYMAP( \
     k00, k01, k02, \
-      k10,  k11,   \
+      k10,  k11   \
 ) \
 { \
     { k00, k01,   k02 }, \