aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdy <ady-sf@hotmail.com>2015-11-15 09:15:27 -0500
committerGene Cumm <gene.cumm@gmail.com>2015-11-15 09:16:35 -0500
commit412486e21071d8b124416089f5bb2c6992a47f53 (patch)
tree0c1f96b69bfe46612977c4f4fbb837a565e4bc5e
parent7c8cd78e157997e3f1096b8afcb6defed61d2dff (diff)
downloadsyslinux-412486e21071d8b124416089f5bb2c6992a47f53.tar.gz
syslinux-412486e21071d8b124416089f5bb2c6992a47f53.tar.xz
syslinux-412486e21071d8b124416089f5bb2c6992a47f53.zip
extlinux/main.c: space chanceobsolete-20151115
Spaces, ASCII 0x20, have been * moved * inserted * deleted Signed-off-by: Geert Stappers <stappers@stappers.nl>
-rw-r--r--extlinux/main.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/extlinux/main.c b/extlinux/main.c
index e2eb7281..a7159638 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@ -393,11 +393,11 @@ int install_bootblock(int fd, const char *device)
if (sb5.sb_magicnum == *(u32 *)XFS_SB_MAGIC) {
if (be32_to_cpu(sb5.sb_blocksize) != XFS_SUPPORTED_BLOCKSIZE) {
fprintf(stderr,
- "You need to have 4 KiB filesystem block size for "
- " being able to install Syslinux in your XFS "
- "partition (because there is no enough space in MBR to "
- "determine where Syslinux bootsector can be installed "
- "regardless the filesystem block size)\n");
+ "You need to have 4 KiB filesystem block size for"
+ " being able to install Syslinux in your XFS"
+ " partition (because there is not enough space in MBR to"
+ " determine where Syslinux bootsector can be installed"
+ " regardless of the filesystem block size)\n");
return 1;
}
@@ -420,8 +420,8 @@ int install_bootblock(int fd, const char *device)
if (!ok) {
fprintf(stderr,
- "no fat, ntfs, ext2/3/4, btrfs, xfs "
- "or ufs1/2 superblock found on %s\n",
+ "no fat, ntfs, ext2/3/4, btrfs, xfs"
+ " or ufs1/2 superblock found on %s\n",
device);
return 1;
}
@@ -754,7 +754,7 @@ bail:
* * test if path is a subvolume:
* * this function return
* * 0-> path exists but it is not a subvolume
- * * 1-> path exists and it is a subvolume
+ * * 1-> path exists and it is a subvolume
* * -1 -> path is unaccessible
* */
static int test_issubvolume(char *path)
@@ -1388,8 +1388,8 @@ static int open_device(const char *path, struct stat *st, char **_devname)
if (!fs_type) {
fprintf(stderr,
- "%s: not a fat, ntfs, ext2/3/4, btrfs, xfs or"
- "ufs1/2 filesystem: %s\n",
+ "%s: not a fat, ntfs, ext2/3/4, btrfs, xfs"
+ " or ufs1/2 filesystem: %s\n",
program, path);
return -1;
}