libbe_build: Synchronize Node.cpp with the main one.

Mostly formatting changes with a few minor bugfixes it appears.
This commit is contained in:
Augustin Cavalier 2021-11-18 11:18:49 -05:00
parent a7639d2389
commit 28c8a16a5a
2 changed files with 279 additions and 429 deletions

View File

@ -28,11 +28,7 @@ struct node_ref {
bool operator!=(const node_ref &ref) const;
node_ref& operator=(const node_ref &ref);
bool operator<(const node_ref &ref) const
{
return device < ref.device
|| (device == ref.device && node < ref.node);
}
bool operator<(const node_ref &ref) const;
dev_t device;
ino_t node;

File diff suppressed because it is too large Load Diff