From fb67a4e84611ebe5994b74267ed700c20865c165 Mon Sep 17 00:00:00 2001 From: deniskovalchuk Date: Sat, 16 Sep 2023 15:54:00 +0300 Subject: [PATCH] Formatting --- example/logger.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/example/logger.cpp b/example/logger.cpp index 6d9bf25..b5850cf 100644 --- a/example/logger.cpp +++ b/example/logger.cpp @@ -34,14 +34,14 @@ namespace /* * Save logs in the following format: - * <- 220 FTP server is ready. - * -> USER user - * <- 331 Username ok, send password. - * -> PASS ***** - * <- 230 Login successful. - * ... - * -> QUIT - * <- 221 Goodbye. + * <- 220 FTP server is ready. + * -> USER user + * <- 331 Username ok, send password. + * -> PASS ***** + * <- 230 Login successful. + * ... + * -> QUIT + * <- 221 Goodbye. */ class logger : public ftp::observer {