mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
Remove tabs
This commit is contained in:
parent
def5160b61
commit
3007f57377
2 changed files with 46 additions and 46 deletions
|
@ -174,7 +174,7 @@ struct AutoDeleteArray
|
|||
{
|
||||
T * p;
|
||||
AutoDeleteArray(T * p) : p(p) { }
|
||||
~AutoDeleteArray()
|
||||
~AutoDeleteArray()
|
||||
{
|
||||
delete [] p;
|
||||
}
|
||||
|
@ -185,7 +185,7 @@ class AutoDelete
|
|||
{
|
||||
Path path;
|
||||
bool del;
|
||||
bool recursive;
|
||||
bool recursive;
|
||||
public:
|
||||
AutoDelete(const Path & p, bool recursive = true);
|
||||
~AutoDelete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue