mirror of
https://github.com/NixOS/nix
synced 2025-06-29 14:53:16 +02:00
tabs -> spaces
This commit is contained in:
parent
15abb2aa2b
commit
c1892a5316
1 changed files with 2 additions and 2 deletions
|
@ -368,8 +368,8 @@ string printHashType(HashType ht)
|
|||
case htSHA256: return "sha256"; break;
|
||||
case htSHA512: return "sha512"; break;
|
||||
}
|
||||
// illegal hash type enum value internally, as opposed to external input
|
||||
// which should be validated with nice error message.
|
||||
// illegal hash type enum value internally, as opposed to external input
|
||||
// which should be validated with nice error message.
|
||||
abort();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue