libbe_build: Synchronize Node.cpp with the main one.
Mostly formatting changes with a few minor bugfixes it appears.
This commit is contained in:
parent
a7639d2389
commit
28c8a16a5a
@ -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
Loading…
Reference in New Issue
Block a user