summaryrefslogtreecommitdiffstats
path: root/loader2/cdinstall.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2008-07-10 16:59:19 -0400
committerPeter Jones <pjones@pjones2.localdomain>2008-07-10 16:59:19 -0400
commit27618c7ddfb8734eb517f47f4d95909b769e0c5a (patch)
tree6ed38375aea4df7a4388e7b1e96fe23478108e3c /loader2/cdinstall.c
parent98b6e5e14262dc71e930c9fdffa1f49ed2aef566 (diff)
downloadanaconda-27618c7ddfb8734eb517f47f4d95909b769e0c5a.tar.gz
anaconda-27618c7ddfb8734eb517f47f4d95909b769e0c5a.tar.xz
anaconda-27618c7ddfb8734eb517f47f4d95909b769e0c5a.zip
Fix whitespace silliness.
Diffstat (limited to 'loader2/cdinstall.c')
-rw-r--r--loader2/cdinstall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/cdinstall.c b/loader2/cdinstall.c
index 3263ba6f8..fd001946a 100644
--- a/loader2/cdinstall.c
+++ b/loader2/cdinstall.c
@@ -235,7 +235,7 @@ static void queryCDMediaCheck(char *dev, char *location) {
/* in rescue mode only test if they explicitly asked to */
if (!FL_RESCUE(flags) || FL_MEDIACHECK(flags)) {
startNewt();
- rc = newtWinChoice(_("Disc Found"), _("OK"), _("Skip"),
+ rc = newtWinChoice(_("Disc Found"), _("OK"), _("Skip"),
_("To begin testing the media before installation press %s.\n\n"
"Choose %s to skip the media test and start the installation."),
_("OK"), _("Skip"));
@@ -331,7 +331,7 @@ static char *setupCdrom(char *location, struct loaderData_s *loaderData,
waitForCdromTrayClose(fd);
close(fd);
}
-
+
for (j = 0; j < 450; j++) {
fd = open(devices[i]->device, O_RDONLY);
if (fd >= 0) {