diff --git a/src/cam/main.cpp b/src/cam/main.cpp
index ea6f7914839c..25282a04dcae 100644
--- a/src/cam/main.cpp
+++ b/src/cam/main.cpp
@@ -284,7 +284,8 @@ int CamApp::listProperties()
 		const ControlId *id = properties::properties.at(prop.first);
 		const ControlValue &value = prop.second;
 
-		std::cout << "Property: " << id->name() << " = " << value.toString();
+		std::cout << "Property: " << id->name() << " = "
+			  << value.toString() << std::endl;
 	}
 
 	return 0;
