Formatted with Google Java Formatter

This commit is contained in:
github-actions
2020-10-24 10:31:42 +00:00
parent d27ded91a0
commit 0db62bb450
9 changed files with 12 additions and 14 deletions

View File

@ -63,7 +63,7 @@ public class HexToOct {
decnum =
hex2decimal(
hexadecnum); // Pass the string to the hex2decimal function and get the decimal form in
// variable decnum
// variable decnum
// convert decimal to octal
octalnum = decimal2octal(decnum);