staging: lustre: include: linux: libcfs: Remove spaces at the start of a line
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / include / linux / libcfs / libcfs_cpu.h
index a140e5d918602059525505f939ff6bac61d0e434..78786784748378b655fc5d0445aa4d79fb07d597 100644 (file)
@@ -102,13 +102,13 @@ struct cfs_cpt_table {
 static inline cpumask_t *
 cfs_cpt_cpumask(struct cfs_cpt_table *cptab, int cpt)
 {
-       return NULL;
+       return NULL;
 }
 
 static inline int
 cfs_cpt_table_print(struct cfs_cpt_table *cptab, char *buf, int len)
 {
-       return 0;
+       return 0;
 }
 #endif /* CONFIG_SMP */