]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
proc_fuse: fix identation
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 5 Mar 2020 22:51:37 +0000 (23:51 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 5 Mar 2020 22:56:02 +0000 (23:56 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/proc_fuse.c

index c32b9558eed02e7b8aa07adce9847aaf281355a2..ce930d9e06b8260745b87262d7fc442c251448e9 100644 (file)
@@ -777,7 +777,7 @@ static int proc_stat_read(char *buf, size_t size, off_t offset,
         * in some case cpuacct_usage.all in "/" will larger then /proc/stat
         */
        if (initpid == 1)
-           return read_file_fuse("/proc/stat", buf, size, d);
+               return read_file_fuse("/proc/stat", buf, size, d);
 
        cg = get_pid_cgroup(initpid, "cpuset");
        if (!cg)