whitespace

This commit is contained in:
Arvid Norberg 2013-07-09 06:15:38 +00:00
parent 621541cde5
commit 122033713b
1 changed files with 1 additions and 1 deletions

View File

@ -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)
;