Skip to content

Commit 6eca6d4

Browse files
committed
Formatted Code
1 parent f27e19e commit 6eca6d4

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

BluecoinsImportTool.h

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,14 +1025,14 @@ void writeToFile() {
10251025
<< entry.mins.value;
10261026
file << "\"" << ",";
10271027

1028-
file << "\"" << entry.title.value << "\",";
1029-
file << "\"" << entry.amount.value * -1 << "\",";
1030-
file << "\"" << "(Transfer)" << "\",";
1031-
file << "\"" << "(Transfer)" << "\",";
1032-
file << "\"" << entry.sourceAccCat.value << "\",";
1033-
file << "\"" << entry.sourceAccChild.value << "\",";
1034-
file << "\"" << entry.notes.value << "\",";
1035-
file << "\"" << entry.label.value << "\",";
1028+
file << "\"" << entry.title.value << "\",";
1029+
file << "\"" << entry.amount.value * -1 << "\",";
1030+
file << "\"" << "(Transfer)" << "\",";
1031+
file << "\"" << "(Transfer)" << "\",";
1032+
file << "\"" << entry.sourceAccCat.value << "\",";
1033+
file << "\"" << entry.sourceAccChild.value << "\",";
1034+
file << "\"" << entry.notes.value << "\",";
1035+
file << "\"" << entry.label.value << "\",";
10361036

10371037
file << "\"";
10381038
if (entry.status.value != '\0') {
@@ -1055,14 +1055,14 @@ void writeToFile() {
10551055
<< entry.mins.value;
10561056
file << "\"" << ",";
10571057

1058-
file << "\"" << entry.title.value << "\",";
1059-
file << "\"" << entry.amount.value * -1 << "\",";
1060-
file << "\"" << "(Transfer)" << "\",";
1061-
file << "\"" << "(Transfer)" << "\",";
1062-
file << "\"" << entry.destAccCat.value << "\",";
1063-
file << "\"" << entry.destAccChild.value << "\",";
1064-
file << "\"" << entry.notes.value << "\",";
1065-
file << "\"" << entry.label.value << "\",";
1058+
file << "\"" << entry.title.value << "\",";
1059+
file << "\"" << entry.amount.value * -1 << "\",";
1060+
file << "\"" << "(Transfer)" << "\",";
1061+
file << "\"" << "(Transfer)" << "\",";
1062+
file << "\"" << entry.destAccCat.value << "\",";
1063+
file << "\"" << entry.destAccChild.value << "\",";
1064+
file << "\"" << entry.notes.value << "\",";
1065+
file << "\"" << entry.label.value << "\",";
10661066

10671067
file << "\"";
10681068
if (entry.status.value != '\0') {
@@ -1121,14 +1121,14 @@ void writeToFile() {
11211121
<< entry.mins.value;
11221122
file << "\"" << ",";
11231123

1124-
file << "\"" << entry.title.value << "\",";
1125-
file << "\"" << entry.amount.value * -1 << "\",";
1126-
file << "\"" << entry.transCat.value << "\",";
1127-
file << "\"" << entry.transChild.value << "\",";
1128-
file << "\"" << entry.accCat.value << "\",";
1129-
file << "\"" << entry.accChild.value << "\",";
1130-
file << "\"" << entry.notes.value << "\",";
1131-
file << "\"" << entry.label.value << "\",";
1124+
file << "\"" << entry.title.value << "\",";
1125+
file << "\"" << entry.amount.value * -1 << "\",";
1126+
file << "\"" << entry.transCat.value << "\",";
1127+
file << "\"" << entry.transChild.value << "\",";
1128+
file << "\"" << entry.accCat.value << "\",";
1129+
file << "\"" << entry.accChild.value << "\",";
1130+
file << "\"" << entry.notes.value << "\",";
1131+
file << "\"" << entry.label.value << "\",";
11321132

11331133
file << "\"";
11341134
if (entry.status.value != '\0') {

0 commit comments

Comments
 (0)