Codebase list golang-github-vbauerster-mpb / fb36018
missed R Vladimir Bauer 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2424 // DSyncSpace is shortcut for DwidthSync|DextraSpace
2525 DSyncSpace = DwidthSync | DextraSpace
2626
27 // DSyncSpace is shortcut for DwidthSync|DextraSpace|DidentRight
27 // DSyncSpaceR is shortcut for DwidthSync|DextraSpace|DidentRight
2828 DSyncSpaceR = DwidthSync | DextraSpace | DidentRight
2929 )
3030