aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil')
-rw-r--r--src/libutil/source-path.hh2
-rw-r--r--src/libutil/thread-pool.cc2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/libutil/source-path.hh b/src/libutil/source-path.hh
index 03cc998e3..4d4c51062 100644
--- a/src/libutil/source-path.hh
+++ b/src/libutil/source-path.hh
@@ -144,7 +144,7 @@ struct SourcePath
* Resolve any symlinks in this `SourcePath` according to the
* given resolution mode.
*
- * @param mode might only be a temporary solution for this.
+ * @param mode might only be a temporary solution for this.
* See the discussion in https://github.com/NixOS/nix/pull/9985.
*/
SourcePath resolveSymlinks(
diff --git a/src/libutil/thread-pool.cc b/src/libutil/thread-pool.cc
index c6ffa75f2..a25769d9b 100644
--- a/src/libutil/thread-pool.cc
+++ b/src/libutil/thread-pool.cc
@@ -152,5 +152,3 @@ void ThreadPool::doWork(bool mainThread)
}
}
-
-