diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-09-18 16:28:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-09-18 16:28:43 +0200 |
commit | 0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 (patch) | |
tree | cfe1328d742da3f0572ac8b2f06aa95259862ac5 /util-linux/volume_id/nilfs.c | |
parent | b63afead4411c5832d427ed149683c85cc81a4c9 (diff) | |
download | busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.gz busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.bz2 busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.zip |
regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/volume_id/nilfs.c')
-rw-r--r-- | util-linux/volume_id/nilfs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/util-linux/volume_id/nilfs.c b/util-linux/volume_id/nilfs.c index 9d6c57fba..7a8b798df 100644 --- a/util-linux/volume_id/nilfs.c +++ b/util-linux/volume_id/nilfs.c | |||
@@ -18,9 +18,6 @@ | |||
18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
20 | */ | 20 | */ |
21 | |||
22 | //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_NILFS) += nilfs.o | ||
23 | |||
24 | //config:config FEATURE_VOLUMEID_NILFS | 21 | //config:config FEATURE_VOLUMEID_NILFS |
25 | //config: bool "nilfs filesystem" | 22 | //config: bool "nilfs filesystem" |
26 | //config: default y | 23 | //config: default y |
@@ -37,6 +34,8 @@ | |||
37 | //config: filesystem for Linux desktop environment, or as a basis of advanced | 34 | //config: filesystem for Linux desktop environment, or as a basis of advanced |
38 | //config: storage appliances. | 35 | //config: storage appliances. |
39 | 36 | ||
37 | //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_NILFS) += nilfs.o | ||
38 | |||
40 | #include "volume_id_internal.h" | 39 | #include "volume_id_internal.h" |
41 | 40 | ||
42 | #define NILFS_UUID_SIZE 16 | 41 | #define NILFS_UUID_SIZE 16 |