Skip to content

Commit 6747793

Browse files
committed
Formatting fix
1 parent ea7e35e commit 6747793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gstreamer/gstkvssink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ gst_kvs_sink_change_state(GstElement *element, GstStateChange transition) {
16601660
// Upward transitions
16611661
switch (transition) {
16621662
case GST_STATE_CHANGE_NULL_TO_READY:
1663-
if(kvssink->log_config_path != NULL) {
1663+
if (kvssink->log_config_path != NULL) {
16641664
log4cplus::initialize();
16651665
log4cplus::PropertyConfigurator::doConfigure(kvssink->log_config_path);
16661666
LOG_INFO("Logger config being used: " << kvssink->log_config_path);

0 commit comments

Comments
 (0)