From 4b9ff3cd42be427e478743648e9951bf8c189a04 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Jun 2021 15:56:58 +1000 Subject: Cleanup: comment blocks, trailing space in comments --- intern/clog/clog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'intern/clog/clog.c') diff --git a/intern/clog/clog.c b/intern/clog/clog.c index 416ea25ee0c..13f656d67ab 100644 --- a/intern/clog/clog.c +++ b/intern/clog/clog.c @@ -79,15 +79,15 @@ typedef struct CLG_IDFilter { } CLG_IDFilter; typedef struct CLogContext { - /** Single linked list of types. */ + /** Single linked list of types. */ CLG_LogType *types; - /** Single linked list of references. */ + /** Single linked list of references. */ CLG_LogRef *refs; #ifdef WITH_CLOG_PTHREADS pthread_mutex_t types_lock; #endif - /* exclude, include filters. */ + /* exclude, include filters. */ CLG_IDFilter *filters[2]; bool use_color; bool use_basename; -- cgit v1.2.3