refactor: lint
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "util/ustring_clen.hpp"
|
||||
|
||||
int ustring_clen(const Glib::ustring &str){
|
||||
int ustring_clen(const Glib::ustring &str) {
|
||||
int total = 0;
|
||||
for (auto i = str.begin(); i != str.end(); ++i) {
|
||||
total += g_unichar_iswide(*i) + 1;
|
||||
|
Reference in New Issue
Block a user