Commit 3ea601bc authored by Ulrich Sibiller's avatar Ulrich Sibiller

Keyboard.c: remove superfluous whitespace

parent 2901aca3
...@@ -1833,7 +1833,7 @@ void nxagentKeycodeConversionSetup(void) ...@@ -1833,7 +1833,7 @@ void nxagentKeycodeConversionSetup(void)
int keyboard_file_path_size = strlen(sessionpath) + strlen("/keyboard"); int keyboard_file_path_size = strlen(sessionpath) + strlen("/keyboard");
char *keyboard_file_path = malloc((keyboard_file_path_size + 1) * sizeof(char)); char *keyboard_file_path = malloc((keyboard_file_path_size + 1) * sizeof(char));
FILE *keyboard_file; FILE *keyboard_file;
if ( keyboard_file_path == NULL) if (keyboard_file_path == NULL)
{ {
FatalError("nxagentKeycodeConversionSetup: malloc failed."); FatalError("nxagentKeycodeConversionSetup: malloc failed.");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment