02:07:13 Hi 11:53:28 I was just reading through some monero code and noticed that sometimes std::endl is used and other times ENDL is used (which is defined as std::endl in misc_log_ex.h I guess) 11:54:19 would it be helpful if someone would unify this throughout the project, or does nobody care? 11:57:24 Nobody cares. It's not buggy, changing it just adds changes for no good reason. 11:58:16 alright