Skip to content

Commit

Permalink
[clean] whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Aug 24, 2012
1 parent c2b4bd1 commit 3414b96
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sw/tools/gen_abi.ml
@@ -1,8 +1,6 @@
(*
* $Id$
*
* XML preprocessing of messages.xml for aiborne middleware ABI
*
*
* Copyright (C) 2011 ENAC, Gautier Hattenberger
*
* This file is part of paparazzi.
Expand Down Expand Up @@ -50,7 +48,7 @@ module Syntax = struct
let _name = ExtXml.attrib field "name"
and _type = ExtXml.attrib field "type" in
(_name, _type))
(Xml.children xml) in
(Xml.children xml) in
{ id = id; name = name; fields = fields }

let check_single_ids = fun msgs ->
Expand Down

0 comments on commit 3414b96

Please sign in to comment.