Fix space indentations
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 27 Oct 2016 23:09:11 +0000 (19:09 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:06 +0000 (14:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/plugin-system/component-factory.c
plugins/ctf/plugin.c

index c5ac08abdb610b561d76060613753a721da50e70..fbdf0f2325e9ac3004d684d3f6061f6a8f01950c 100644 (file)
@@ -227,7 +227,7 @@ bt_component_factory_load_dir(struct bt_component_factory *factory,
                                goto end;
                        }
                } else if (S_ISREG(st.st_mode)) {
-                       bt_component_factory_load_file(factory, file_path);
+                       bt_component_factory_load_file(factory, file_path);
                }
        }
 end:
index 454e4599d9fda830a65655b21dc667c542046a59..0aac9032f7a20eb876679457b97826ac83978b2d 100644 (file)
@@ -39,7 +39,7 @@ BT_PLUGIN_LICENSE("MIT");
 /* Declare component classes implemented by this plug-in. */
 BT_PLUGIN_COMPONENT_CLASSES_BEGIN
 BT_PLUGIN_SOURCE_COMPONENT_CLASS_ENTRY(CTF_FS_COMPONENT_NAME,
-               CTF_FS_COMPONENT_DESCRIPTION, ctf_fs_init);
+               CTF_FS_COMPONENT_DESCRIPTION, ctf_fs_init)
 BT_PLUGIN_SOURCE_COMPONENT_CLASS_ENTRY(LTTNG_LIVE_COMPONENT_NAME,
-               LTTNG_LIVE_COMPONENT_DESCRIPTION, lttng_live_init);
+               LTTNG_LIVE_COMPONENT_DESCRIPTION, lttng_live_init)
 BT_PLUGIN_COMPONENT_CLASSES_END
This page took 0.026649 seconds and 4 git commands to generate.