mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Remove unnecessary spaces inbetween or next to tabs
This commit is contained in:
@@ -29,13 +29,13 @@ Statements
|
||||
|
||||
This works as expected:
|
||||
|
||||
if (expr) {
|
||||
if (expr) {
|
||||
...
|
||||
}
|
||||
|
||||
However this WILL NOT WORK AS EXPECTED:
|
||||
|
||||
if (expr)
|
||||
if (expr)
|
||||
{
|
||||
...
|
||||
}
|
||||
@@ -43,7 +43,7 @@ Statements
|
||||
because calc will parse the if being terminated by
|
||||
an empty statement followed by a
|
||||
|
||||
if (expr) ;
|
||||
if (expr) ;
|
||||
{
|
||||
...
|
||||
}
|
||||
@@ -294,7 +294,7 @@ Statements
|
||||
help command top level commands
|
||||
help expression calc expression syntax
|
||||
help builtin calc builtin functions
|
||||
help usage how to invoke the calc command and calc -options
|
||||
help usage how to invoke the calc command and calc -options
|
||||
|
||||
You may obtain help on individual builtin functions. For example:
|
||||
|
||||
|
Reference in New Issue
Block a user