Home
last modified time | relevance | path

Searched defs:indent_spaces (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dconvert_comment_block.rs55 let indent_spaces = indentation.to_string(); in block_to_line() localVariable
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c42 static const int indent_spaces = 3; variable