whitespace

This commit is contained in:
Arvid Norberg
2013-07-09 06:15:38 +00:00
parent 621541cde5
commit 122033713b

View File

@@ -126,7 +126,7 @@ void bind_alert()
.value("ip_block_notification", alert::ip_block_notification) .value("ip_block_notification", alert::ip_block_notification)
.value("performance_warning", alert::performance_warning) .value("performance_warning", alert::performance_warning)
.value("stats_notification", alert::stats_notification) .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) .value("all_categories", (alert::category_t)0xfffffff)
; ;