Fix coding style.

This commit is contained in:
Kugel Fuhr
2025-06-20 15:55:31 +02:00
parent 49713f73e0
commit 96bb1e4336
5 changed files with 16 additions and 16 deletions

View File

@@ -671,8 +671,8 @@ void InfoSetName (const char* Name)
/* Set a name for a config file */
{
InfoFile = Name;
xfree(InputSrcName);
InputSrcName = xstrdup(Name);
xfree (InputSrcName);
InputSrcName = xstrdup (Name);
}