clk: fix indentation

Just fix indentation of an if() clause.
No functional changes intended.

MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2020-10-17 23:42:33 +00:00
parent f7a0bb0dec
commit 3d8a0ab61d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366799

View File

@ -544,7 +544,7 @@ clknode_create(struct clkdom * clkdom, clknode_class_t clknode_class,
CLK_TOPO_SLOCK();
clknode = clknode_find_by_name(def->name);
CLK_TOPO_UNLOCK();
if (clknode != NULL) {
if (clknode != NULL) {
if (!(clknode->flags & CLK_NODE_LINKED) &&
def->flags & CLK_NODE_LINKED) {
/*