Add missing '*' to Emacs local variables indentation hinting
A local variables section must start with /** otherwise Emacs will prompt the user every time if the settings should be applied. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
@ -939,7 +939,7 @@ extern void Syslog(int priority, char *fmt, ...)
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
/**
|
||||
* Local variables:
|
||||
* c-indent-level: 8
|
||||
* c-basic-offset: 8
|
||||
|
Reference in New Issue
Block a user