Browse Source

fixed formatting

Alexander Sisco 6 months ago
parent
commit
90e90c997e
1 changed files with 1 additions and 5 deletions
  1. 1 5
      exercises/110_quiz9.zig

+ 1 - 5
exercises/110_quiz9.zig

@@ -7,7 +7,7 @@
 // also deploy your code to microcontrollers! This means you can write Zig to
 // drive your next robot or greenhouse climate control system! Ready to enter
 // the exciting world of embedded programming? Let's get started!
-// 
+//
 // ----------------------------------------------------------------------------
 // Some Background
 // ----------------------------------------------------------------------------
@@ -135,10 +135,8 @@ pub fn main() !void {
 
     newline();
     newline();
-
 }
 
-
 // ************************************************************************
 //                    IN-DEPTH EXPLANATIONS BELOW
 // ************************************************************************
@@ -346,8 +344,6 @@ pub fn main() !void {
 // print("PORTD: {b:0>8} // bits flipped with NOT (~)\n", .{PORTD});
 // newline();
 
-
-
 // ----------------------------------------------------------------------------
 // Here are some helper functions for manipulating bits
 // ----------------------------------------------------------------------------