Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtb_platdata.py73 def tab_to(num_tabs, line): argument
84 if len(line) >= num_tabs * 8:
86 return line + '\t' * (num_tabs - len(line) // 8)