Skip to content

Commit

Permalink
Style fix, spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Oct 19, 2013
1 parent bd336e3 commit 103e868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kits/shared/Keymap.cpp
Expand Up @@ -509,7 +509,7 @@ BKeymap::GetModifiedCharacters(const char* in, int32 inModifiers,
if (out == NULL)
return B_NO_MEMORY;

memcpy(out, fChars + outOffset, sizeOut);
memcpy(out, fChars + outOffset, sizeOut);
out[sizeOut] = '\0';

_outList->AddItem((const char*)out);
Expand Down

0 comments on commit 103e868

Please sign in to comment.