Skip to content

Commit

Permalink
fixed clang formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
JSaurusRex committed Oct 5, 2023
1 parent 922a167 commit f1dd707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/client/components/binds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ bool CBinds::OnInput(const IInput::CEvent &Event)
Mask &= ~KeyModifierMask;

bool ret = false;
char * key = 0;
char *key = 0;

if(m_aapKeyBindings[Mask][Event.m_Key])
{
Expand Down

0 comments on commit f1dd707

Please sign in to comment.