changeset: 34:b2c551f8e4da
parent: 32:4f587b495a7a
user: Dimitrios Papastamos <stateless [at] archlinux.us>
date: Fri Aug 13 18:05:18 2010 +0100
files: .astylerc skvm.c
description:
update.
diff -r 4f587b495a7a -r b2c551f8e4da .astylerc
--- a/.astylerc Thu Apr 29 20:18:14 2010 +0100
+++ b/.astylerc Fri Aug 13 18:05:18 2010 +0100
@@ -1,12 +1,11 @@
indent=spaces=4
-indent-switches
indent-classes
-indent-cases
indent-namespaces
indent-preprocessor
max-instatement-indent=80
suffix=none
brackets=linux
pad=oper
-one-line=keep-statements
+keep-one-line-statements
+keep-one-line-blocks
convert-tabs
diff -r 4f587b495a7a -r b2c551f8e4da skvm.c
--- a/skvm.c Thu Apr 29 20:18:14 2010 +0100
+++ b/skvm.c Fri Aug 13 18:05:18 2010 +0100
@@ -164,11 +164,11 @@
while ((c = getopt_long(argc, argv, "d", long_options,
NULL)) != -1) {
switch (c) {
- case 'd':
- debug_mode_flag = 1;
- break;
- default:
- return EXIT_FAILURE;
+ case 'd':
+ debug_mode_flag = 1;
+ break;
+ default:
+ return EXIT_FAILURE;
}
}
Received on Fri Aug 13 2010 - 19:06:30 CEST
This archive was generated by hypermail 2.2.0 : Fri Aug 13 2010 - 19:12:04 CEST