1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-17 06:47:06 +01:00

consistent boolean notation

This commit is contained in:
2016-04-19 19:21:05 -07:00
parent 60170db570
commit 9edec3709b
12 changed files with 16 additions and 16 deletions

View File

@ -24,7 +24,7 @@ using namespace Latan;
int main(int argc, char *argv[])
{
if ((argc < 2) || (argc > 3))
if ((argc < 2) or (argc > 3))
{
cerr << "usage: " << argv[0] << " <file> [<copy>]" << endl;