lttng-abi.c: fix whitespaces star-glob-pattern
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sun, 19 Feb 2017 01:05:13 +0000 (20:05 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 20 Feb 2017 17:46:47 +0000 (12:46 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
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.028324 seconds and 5 git commands to generate.