aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2021-12-02 18:16:01 +1100
committerNicholas Tay <nick@windblume.net>2021-12-02 18:16:01 +1100
commit5ae662b1af35bb0935dd2afd509d3fb73e39bf5d (patch)
tree9a2773e58fae79b9753b35ad76d01fcb95305de7 /config.h
parent6570d30f963be94189cf8ed0bf0b751f28bd0051 (diff)
downloadpassgen-5ae662b1af35bb0935dd2afd509d3fb73e39bf5d.tar.gz
passgen-5ae662b1af35bb0935dd2afd509d3fb73e39bf5d.tar.bz2
passgen-5ae662b1af35bb0935dd2afd509d3fb73e39bf5d.zip
CRLF -> LF
Diffstat (limited to 'config.h')
-rw-r--r--config.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/config.h b/config.h
index 1160580..815ef1e 100644
--- a/config.h
+++ b/config.h
@@ -1,10 +1,10 @@
-#define DEFAULT_GRAMMAR "Cvccvc!##"
-
-// For vowels:
-// i, o excluded due to potentially confusing 1/l/i + 0/o
-// y included as a vowel because it kinda is one
-#define CLASSES \
- CLASS('v', "aeuy") \
- CLASS('c', "bcdfghkmnprstvwxz") \
- CLASS('#', "1234567890") \
- CLASS('!', "@#$%^&*_-+=()[]{}")
+#define DEFAULT_GRAMMAR "Cvccvc!##"
+
+// For vowels:
+// i, o excluded due to potentially confusing 1/l/i + 0/o
+// y included as a vowel because it kinda is one
+#define CLASSES \
+ CLASS('v', "aeuy") \
+ CLASS('c', "bcdfghkmnprstvwxz") \
+ CLASS('#', "1234567890") \
+ CLASS('!', "@#$%^&*_-+=()[]{}")