mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Kill off red blobs in most of main/*
Everything still compiled after making these changes, so I assume these whitespace-only changes didn't break anything (and shouldn't have). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -49,8 +49,8 @@ static unsigned char cel_enabled; | ||||
| /*! \brief CEL is off by default */ | ||||
| #define CEL_ENABLED_DEFAULT		0 | ||||
|  | ||||
| /*!  | ||||
|  * \brief which events we want to track  | ||||
| /*! | ||||
|  * \brief which events we want to track | ||||
|  * | ||||
|  * \note bit field, up to 64 events | ||||
|  */ | ||||
| @@ -62,7 +62,7 @@ static int64_t eventset; | ||||
|  */ | ||||
| #define CEL_MAX_EVENT_IDS 64 | ||||
|  | ||||
| /*!  | ||||
| /*! | ||||
|  * \brief Track no events by default. | ||||
|  */ | ||||
| #define CEL_DEFAULT_EVENTS	0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user