From b5ff7aa3a5adf5e03ea1e1190b720158fc4a97a8 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Sun, 7 Apr 2024 21:14:51 +0200 Subject: Fix all alignment warnings/errors. Other addButton sections intentionally left misaligned as a test for future fix in nsiqcppstyle. .. why does it not complain about every such block? --- src/net/download.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/net/download.h') diff --git a/src/net/download.h b/src/net/download.h index 93593a15f..86dcb1cc2 100644 --- a/src/net/download.h +++ b/src/net/download.h @@ -96,7 +96,8 @@ class Download final static size_t writeFunction(void *ptr, size_t size, size_t nmemb, void *stream); - static void prepareForm(Download *const d, const std::string &fileName); + static void prepareForm(Download *const d, + const std::string &fileName); static unsigned long fadler32(FILE *const file) A_WARN_UNUSED; -- cgit v1.2.3-60-g2f50