VIXL Release 1.13
Refer to the README.md and LICENCE files for details.
Change-Id: I922914f4e7da7cb939a8054cded11feb9ea51a86
diff --git a/examples/examples.h b/examples/examples.h
index 8221011..c52ae99 100644
--- a/examples/examples.h
+++ b/examples/examples.h
@@ -25,7 +25,7 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef VIXL_EXAMPLE_EXAMPLES_H_
-# define VIXL_EXAMPLE_EXAMPLES_H_
+#define VIXL_EXAMPLE_EXAMPLES_H_
#include "vixl/a64/simulator-a64.h"
#include "vixl/a64/debugger-a64.h"
@@ -113,7 +113,7 @@
// uint64_t demo_function(uint64_t x)
//
// This is the example used in doc/getting-started.txt
-void GenerateDemoFunction(MacroAssembler *masm);
+void GenerateDemoFunction(MacroAssembler* masm);
// This function generates and runs code that uses literals to sum the `a` and
// `b` inputs.