Add feature to build messages and fix some functions
[apps/agl-service-can-low-level.git] / low-can-binding / utils / socketcan-j1939.cpp
index 5f977f0..a7938d6 100644 (file)
@@ -79,7 +79,8 @@ namespace utils
                        }
                        ++filter_on;
                }
-               if(filter_on){
+               if(filter_on)
+               {
                        setopt(SOL_CAN_J1939, SO_J1939_FILTER, &filter, sizeof(filter));
                }
        }