diff --git a/src/main.cpp b/src/main.cpp
index 61459f4e73e0339eced3f16eada1aa2607d11d4f..ef59be9cf1b28ff677a88455118739c25fb60fd7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -143,7 +143,7 @@ int main() {
 	errorMessage.appendBits(2, 7);
 	errorMessage.appendByte(15);
 
-	//ST[05] (5,5 to 5,8) test [works]
+	// ST[05] (5,5 to 5,8) test [works]
 	EventReportService::Event eventIDs[] = {EventReportService::HighSeverityUnknownEvent,
 										 EventReportService::MediumSeverityUnknownEvent};
 	EventReportService::Event eventIDs2[] = {EventReportService::HighSeverityUnknownEvent};