From 122033713bea1dfb45726dd6b16231cb051c0a90 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 9 Jul 2013 06:15:38 +0000 Subject: [PATCH] whitespace --- bindings/python/src/alert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/src/alert.cpp b/bindings/python/src/alert.cpp index 613d331e6..f9a9e63e0 100644 --- a/bindings/python/src/alert.cpp +++ b/bindings/python/src/alert.cpp @@ -126,7 +126,7 @@ void bind_alert() .value("ip_block_notification", alert::ip_block_notification) .value("performance_warning", alert::performance_warning) .value("stats_notification", alert::stats_notification) - // deliberately not INT_MAX. Arch linux crash while throwing an exception + // deliberately not INT_MAX. Arch linux crash while throwing an exception .value("all_categories", (alert::category_t)0xfffffff) ;