Home
last modified time | relevance | path

Searched refs:num_tabs (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/dtoc/
H A Ddtb_platdata.py72 def tab_to(num_tabs, line): argument
83 if len(line) >= num_tabs * 8:
85 return line + '\t' * (num_tabs - len(line) // 8)