mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-07 14:28:40 +00: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;
|
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;
|
kind = TXTI_LangKind_Odin;
|
||||||
}
|
}
|
||||||
return kind;
|
return kind;
|
||||||
|
|||||||
Reference in New Issue
Block a user