mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
whitespace fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2062,7 +2062,7 @@ int main(int argc, char *argv[])
|
||||
#ifndef __CYGWIN__
|
||||
|
||||
if (!is_child_of_nonroot)
|
||||
ast_set_priority(option_highpriority);
|
||||
ast_set_priority(option_highpriority);
|
||||
|
||||
if (!is_child_of_nonroot && rungroup) {
|
||||
struct group *gr;
|
||||
|
||||
Reference in New Issue
Block a user