Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnoreWarnings committed Jun 12, 2024
1 parent ecc0a7a commit 7894ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpga/include/villas/fpga/pcie_card.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class PCIeCard : public Card {

void dump() {}

public: // TODO: make this private
std::shared_ptr<kernel::pci::Device> pdev; // PCI device handle
public: // TODO: make this private
std::shared_ptr<kernel::pci::Device> pdev; // PCI device handle

protected:
Logger getLogger() const { return villas::logging.get(name); }
Expand Down

0 comments on commit 7894ce8

Please sign in to comment.