aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-11-04 13:30:35 +0100
committerEelco Dolstra <edolstra@gmail.com>2022-11-04 13:30:35 +0100
commit40911d7dec75541a400fe8f556d4c70a7f845fac (patch)
tree6f70195aedd33375790d445d528fd4740f3af01b /src/libutil
parent6259fd7ea6ac331d1037a150b07c01125e80ed8e (diff)
Remove stray tab
Diffstat (limited to 'src/libutil')
-rw-r--r--src/libutil/experimental-features.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/experimental-features.cc b/src/libutil/experimental-features.cc
index 30d071408..670079019 100644
--- a/src/libutil/experimental-features.cc
+++ b/src/libutil/experimental-features.cc
@@ -14,8 +14,8 @@ std::map<ExperimentalFeature, std::string> stringifiedXpFeatures = {
{ Xp::NoUrlLiterals, "no-url-literals" },
{ Xp::FetchClosure, "fetch-closure" },
{ Xp::ReplFlake, "repl-flake" },
- { Xp::AutoAllocateUids, "auto-allocate-uids" },
- { Xp::SystemdCgroup, "systemd-cgroup" },
+ { Xp::AutoAllocateUids, "auto-allocate-uids" },
+ { Xp::SystemdCgroup, "systemd-cgroup" },
};
const std::optional<ExperimentalFeature> parseExperimentalFeature(const std::string_view & name)