From 93d687888a28d9cd2b88e0116188c9d66d2d31d3 Mon Sep 17 00:00:00 2001
From: Yu Watanabe <watanabe.yu+github@gmail.com>
Date: Thu, 15 Feb 2024 19:16:16 +0900
Subject: [PATCH 0554/1160] stat-util: rebreak comment
(cherry picked from commit dd7fa015a62385c63daf6152853bb444d63fd9ba)
src/basic/stat-util.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -265,8 +265,8 @@ int path_is_network_fs(const char *path) {
int stat_verify_regular(const struct stat *st) {
assert(st);
- /* Checks whether the specified stat() structure refers to a regular file. If not returns an appropriate error
- * code. */
+ /* Checks whether the specified stat() structure refers to a regular file. If not returns an
+ * appropriate error code. */
if (S_ISDIR(st->st_mode))
return -EISDIR;
--
2.33.0