lttng-abi.c: fix whitespaces
[deliverable/lttng-modules.git] / lttng-abi.c
index 2115a71084d92865a104d6373e29e46e997aab46..5666073aeafe13941d4e2127556320f0a15b5b41 100644 (file)
@@ -397,7 +397,7 @@ int lttng_abi_create_channel(struct file *session_file,
                fops = &lttng_metadata_fops;
                break;
        }
-               
+
        chan_file = anon_inode_getfile("[lttng_channel]",
                                       fops,
                                       NULL, O_RDWR);
@@ -1748,7 +1748,7 @@ int __init lttng_abi_init(void)
        lttng_clock_ref();
        lttng_proc_dentry = proc_create_data("lttng", S_IRUSR | S_IWUSR, NULL,
                                        &lttng_fops, NULL);
-       
+
        if (!lttng_proc_dentry) {
                printk(KERN_ERR "Error creating LTTng control file\n");
                ret = -ENOMEM;
This page took 0.03294 seconds and 5 git commands to generate.