From 28ae2eaccb58e539dfd8f8533508a8edfe8bb027 Mon Sep 17 00:00:00 2001
From: John Wiegley <johnw@newartisans.com>
Date: Wed, 13 Dec 2023 12:59:40 -0800
Subject: Another whitespace change

---
 src/xact.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/xact.cc b/src/xact.cc
index e6a3991a..a0e5b8b4 100644
--- a/src/xact.cc
+++ b/src/xact.cc
@@ -603,9 +603,9 @@ string xact_t::hash(string nonce, hash_type_t hash_type) const {
   repr << code;
   repr << payee;
 
-  posts_list all_posts(posts.begin(), posts.end());
   std::vector<std::string> strings;
 
+  posts_list all_posts(posts.begin(), posts.end());
   foreach (post_t * post, all_posts) {
     std::ostringstream posting;
     posting << post->account->fullname();
-- 
cgit v1.2.3