DevSpec:lex: fix indentation

This commit is contained in:
2025-01-17 11:57:47 -04:00
parent f1696f8272
commit 36592293dd
+1 -1
View File
@@ -10,7 +10,7 @@
%}
%%
"+adev" {
"+adev" {
deviceSpecplval.chr = yytext[1];
return KEYWORD_SPECTYPE_ACTUATOR;
}