mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
clk: fix indentation
Just fix indentation of an if() clause. No functional changes intended. MFC after: 3 days
This commit is contained in:
parent
f7a0bb0dec
commit
3d8a0ab61d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue