diff options
| author | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-03-28 18:40:41 +0100 |
|---|---|---|
| committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-06 15:06:03 +0200 |
| commit | a274bba2f939ae6637ec613bd0537ba415945835 (patch) | |
| tree | 0a2166bfd6b2cffe87c7c1d9fbd4829ef1052647 /gnu/installer.scm | |
| parent | af03dccea1e3f15209e2664a47912f3efd34bbd3 (diff) | |
installer: Remove trailing tabs.
* gnu/installer.scm (installer-steps): Remove trailing tabs.
Diffstat (limited to 'gnu/installer.scm')
| -rw-r--r-- | gnu/installer.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/installer.scm b/gnu/installer.scm index 50f5b1aa776..9f39191d54d 100644 --- a/gnu/installer.scm +++ b/gnu/installer.scm | |||
| @@ -271,7 +271,7 @@ selected keymap." | |||
| 271 | (description (G_ "Services")) | 271 | (description (G_ "Services")) |
| 272 | (compute (lambda _ | 272 | (compute (lambda _ |
| 273 | ((installer-services-page current-installer)))) | 273 | ((installer-services-page current-installer)))) |
| 274 | (configuration-formatter system-services->configuration)) | 274 | (configuration-formatter system-services->configuration)) |
| 275 | 275 | ||
| 276 | ;; Run a partitioning tool allowing the user to modify | 276 | ;; Run a partitioning tool allowing the user to modify |
| 277 | ;; partition tables, partitions and their mount points. | 277 | ;; partition tables, partitions and their mount points. |
| @@ -284,7 +284,7 @@ selected keymap." | |||
| 284 | ((installer-partition-page current-installer)))) | 284 | ((installer-partition-page current-installer)))) |
| 285 | (configuration-formatter user-partitions->configuration)) | 285 | (configuration-formatter user-partitions->configuration)) |
| 286 | 286 | ||
| 287 | (installer-step | 287 | (installer-step |
| 288 | (id 'final) | 288 | (id 'final) |
| 289 | (description (G_ "Configuration file")) | 289 | (description (G_ "Configuration file")) |
| 290 | (compute | 290 | (compute |
