dr_a1.*: apply coding style fixes
Fix weird indentation introduced by commit: 9afd8b97103181a8d68699d368cac9ad27ad6c5c The preferred coding style is: - 4 spaces indentation (no tabs) - indent '{' and '}' on the same column as the 'if', eg: if (...) { } - function declarations always start in the first column
Showing
Please register or sign in to comment