Skip to content

Commit

Permalink
Fix main.c comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Meiguro committed Jun 3, 2014
1 parent 95bb362 commit a2f4afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* PebbleJS Project main file.
* Pebble.js Project main file.
*/

#include <pebble.h>
#include "simply/simply.h"

/*
/**
* By default, we 'simply' load Simply and start running it.
*/
int main(void) {
Expand Down

0 comments on commit a2f4afb

Please sign in to comment.