Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01964a1b authored by Sharvil Nanavati's avatar Sharvil Nanavati
Browse files

Minor cleanup of formatting in style guide.

Remove trailing whitespace on a line and add inline code quotations.

Change-Id: I2f85ddf95f0dcfb0d9fdb1e6663315be15efeb62
parent 9d2913a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ indicate to the compiler that it takes no arguments.
### Contiguous memory structs
Use C99 flexible arrays as the last member of a struct if the array needs
to be allocated in contiguous memory with its containing struct.
A flexible array member is writen as array_name[] without a specific size.  
A flexible array member is writen as `array_name[]` without a specified size.
For example:
```
typedef struct {