aboutsummaryrefslogtreecommitdiffstats
path: root/src/zix
diff options
context:
space:
mode:
Diffstat (limited to 'src/zix')
-rw-r--r--src/zix/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zix/common.h b/src/zix/common.h
index 8ec40a1..2d72a57 100644
--- a/src/zix/common.h
+++ b/src/zix/common.h
@@ -83,7 +83,7 @@ zix_strerror(const ZixStatus status)
}
return "Unknown error";
}
-
+
/**
Function for comparing two elements.
*/