mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-13 21:11:25 -07:00
Fixed formatting
This commit is contained in:
+2
-1
@@ -69,7 +69,8 @@ txti_lang_kind_from_extension(String8 extension)
|
||||
{
|
||||
kind = TXTI_LangKind_CPlusPlus;
|
||||
}
|
||||
else if(str8_match(extension, str8_lit("odin"), StringMatchFlag_CaseInsensitive)) {
|
||||
else if(str8_match(extension, str8_lit("odin"), StringMatchFlag_CaseInsensitive))
|
||||
{
|
||||
kind = TXTI_LangKind_Odin;
|
||||
}
|
||||
return kind;
|
||||
|
||||
Reference in New Issue
Block a user