summaryrefslogtreecommitdiffstats
path: root/stdout
diff options
context:
space:
mode:
Diffstat (limited to 'stdout')
-rw-r--r--stdout/stdout.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdout/stdout.go b/stdout/stdout.go
index 5b1ecba..669fc69 100644
--- a/stdout/stdout.go
+++ b/stdout/stdout.go
@@ -440,7 +440,7 @@ func maxLength(list []*device.Device, keyGetter func(*device.Device) string) int
return maxLen
}
-func maxInt(x int, y int) int {
+func maxInt(x, y int) int {
if x > y {
return x
}