mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
refactor: fix clang-tidy named args usage
This commit is contained in:
@@ -32,11 +32,11 @@
|
||||
|
||||
// Amount column is right-aligned it contains numbers
|
||||
static int column_alignments[] = {
|
||||
Qt::AlignLeft|Qt::AlignVCenter, /* status */
|
||||
Qt::AlignLeft|Qt::AlignVCenter, /* watchonly */
|
||||
Qt::AlignLeft|Qt::AlignVCenter, /* date */
|
||||
Qt::AlignLeft|Qt::AlignVCenter, /* type */
|
||||
Qt::AlignLeft|Qt::AlignVCenter, /* address */
|
||||
Qt::AlignLeft|Qt::AlignVCenter, /*status=*/
|
||||
Qt::AlignLeft|Qt::AlignVCenter, /*watchonly=*/
|
||||
Qt::AlignLeft|Qt::AlignVCenter, /*date=*/
|
||||
Qt::AlignLeft|Qt::AlignVCenter, /*type=*/
|
||||
Qt::AlignLeft|Qt::AlignVCenter, /*address=*/
|
||||
Qt::AlignRight|Qt::AlignVCenter /* amount */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user