Memory leak in MultiFormatReader fixed and a better fix for the memory leak in Monoch...
[zxing.git] / cpp / astyle-options
1 # Start with the java style
2 style=java
3
4 # Indent with 2 spaces
5 indent=spaces=2
6
7 # Insert space padding around operators
8 -p
9
10 # Unpad paren
11 -U
12