Apply coding style
This commit is contained in:
@@ -1 +1 @@
|
||||
void clears_chat_sessions(void **state);
|
||||
void clears_chat_sessions(void** state);
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1 +1 @@
|
||||
void clears_chat_sessions(void **state);
|
||||
void clears_chat_sessions(void** state);
|
||||
|
||||