[svn-commits] russell: branch group/security_events r193501 - in /team/group/security_event...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sun May 10 09:16:20 CDT 2009
Author: russell
Date: Sun May 10 09:16:17 2009
New Revision: 193501
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=193501
Log:
remove trailing whitespace
Modified:
team/group/security_events/include/asterisk/security_events.h
team/group/security_events/include/asterisk/security_events_defs.h
team/group/security_events/res/res_security_log.c
Modified: team/group/security_events/include/asterisk/security_events.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/security_events/include/asterisk/security_events.h?view=diff&rev=193501&r1=193500&r2=193501
==============================================================================
--- team/group/security_events/include/asterisk/security_events.h (original)
+++ team/group/security_events/include/asterisk/security_events.h Sun May 10 09:16:17 2009
@@ -20,7 +20,7 @@
* \file
*
* \brief Security Event Reporting API
- *
+ *
* \author Russell Bryant <russell at digium.com>
*/
Modified: team/group/security_events/include/asterisk/security_events_defs.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/security_events/include/asterisk/security_events_defs.h?view=diff&rev=193501&r1=193500&r2=193501
==============================================================================
--- team/group/security_events/include/asterisk/security_events_defs.h (original)
+++ team/group/security_events/include/asterisk/security_events_defs.h Sun May 10 09:16:17 2009
@@ -20,7 +20,7 @@
* \file
*
* \brief Security Event Reporting Data Structures
- *
+ *
* \author Russell Bryant <russell at digium.com>
*/
@@ -37,7 +37,7 @@
* \brief Security event types
*
* AST_EVENT_SECURITY is the event type of an ast_event generated as a security
- * event. The event will have an information element of type
+ * event. The event will have an information element of type
* AST_EVENT_IE_SECURITY_EVENT which identifies the security event sub-type.
* This enum defines the possible values for this sub-type.
*/
@@ -97,9 +97,9 @@
#define AST_SECURITY_EVENT_FAILED_ACL_VERSION 1
/*! \brief Common security event descriptor elements */
struct ast_security_event_common common;
- /*!
+ /*!
* \brief Module, Normally the AST_MODULE define
- * \note optional
+ * \note optional
*/
const char *module;
/*!
@@ -132,7 +132,7 @@
* \note required
*/
const struct sockaddr_in *sin_remote;
- /*!
+ /*!
* \brief Transport type in use
* \note required
*/
Modified: team/group/security_events/res/res_security_log.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/security_events/res/res_security_log.c?view=diff&rev=193501&r1=193500&r2=193501
==============================================================================
--- team/group/security_events/res/res_security_log.c (original)
+++ team/group/security_events/res/res_security_log.c Sun May 10 09:16:17 2009
@@ -16,7 +16,7 @@
* at the top of the source tree.
*/
-/*!
+/*!
* \file
*
* \author Russell Bryant <russell at digium.com>
More information about the svn-commits
mailing list