Skip to content

Commit

Permalink
Fix whitespace glitch from prior comit.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.freebsd.org/base/head@277989 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  • Loading branch information
ian committed Jan 31, 2015
1 parent 76c5057 commit 68cd9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/fdt/fdt_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ fdt_clock_register_provider(device_t provider)
{

OF_device_register_xref(
OF_xref_from_node(ofw_bus_get_node(provider)), provider);
OF_xref_from_node(ofw_bus_get_node(provider)), provider);
}

void
Expand Down

0 comments on commit 68cd9d5

Please sign in to comment.