"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "3d8a9d7490980776752f56d964acbbc1c90e2c57"
Do not consider comments when adjusting to local indent style.
Before (when only reformatting "int b"): int a; // comment // comment int b; After: int a; // comment // comment int b; This also fixes llvm.org/PR15433. llvm-svn: 177524
Loading
Please register or sign in to comment