[syslinux:master] extlinux/main.c: space chance

syslinux-bot for Ady ady-sf at hotmail.com
Sun Nov 15 06:21:06 PST 2015


Commit-ID:  412486e21071d8b124416089f5bb2c6992a47f53
Gitweb:     http://www.syslinux.org/commit/412486e21071d8b124416089f5bb2c6992a47f53
Author:     Ady <ady-sf at hotmail.com>
AuthorDate: Sun, 15 Nov 2015 09:15:27 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sun, 15 Nov 2015 09:16:35 -0500

extlinux/main.c: space chance

Spaces, ASCII 0x20, have been
* moved
* inserted
* deleted

Signed-off-by: Geert Stappers <stappers at stappers.nl>

---
 extlinux/main.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/extlinux/main.c b/extlinux/main.c
index e2eb728..a715963 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;
     }


More information about the Syslinux-commits mailing list