Module: kamailio Branch: master Commit: 1285f7849d597aaa825d6a91955f03529f3d44f3 URL: https://github.com/kamailio/kamailio/commit/1285f7849d597aaa825d6a91955f0352...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2018-12-06T22:28:54+01:00
core: small whitespace fix in event definition
---
Modified: src/core/events.h
---
Diff: https://github.com/kamailio/kamailio/commit/1285f7849d597aaa825d6a91955f0352... Patch: https://github.com/kamailio/kamailio/commit/1285f7849d597aaa825d6a91955f0352...
---
diff --git a/src/core/events.h b/src/core/events.h index 191fe85cc8..9c4c54a2e5 100644 --- a/src/core/events.h +++ b/src/core/events.h @@ -26,7 +26,7 @@ #define SREV_NET_DATA_OUT 2 #define SREV_CORE_STATS 3 #define SREV_CFG_RUN_ACTION 4 -#define SREV_PKG_UPDATE_STATS 5 +#define SREV_PKG_UPDATE_STATS 5 #define SREV_RCV_NOSIP 6 #define SREV_NET_DGRAM_IN 7 #define SREV_TCP_HTTP_100C 8