mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
whitespace
This commit is contained in:
parent
9b6980ac7b
commit
34fa421638
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ pr_class_get_class_name (progs_t *pr)
|
|||
{
|
||||
pr_class_t *class = &P_STRUCT (pr, pr_class_t, 0);
|
||||
R_INT (pr) = PR_CLS_ISCLASS (class) ? class->name
|
||||
: PR_SetString (pr, "Nil");
|
||||
: PR_SetString (pr, "Nil");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue