git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d403ed
)
java: Fix a minor whitespace error in generated code.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 2 Mar 2011 04:30:30 +0000
(
04:30
+0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 8 Mar 2011 14:56:54 +0000
(14:56 +0000)
In functions that don't have javadoc, the function prototype wasn't
being indented correctly.
(cherry picked from commit
ec62f1127ec4f8609745f9d08b62c65e0ccbd154
)
generator/generator_java.ml
patch
|
blob
|
history
diff --git
a/generator/generator_java.ml
b/generator/generator_java.ml
index
5ac92f7
..
e2e0003
100644
(file)
--- a/
generator/generator_java.ml
+++ b/
generator/generator_java.ml
@@
-1,5
+1,5
@@
(* libguestfs
- * Copyright (C) 2009-201
0
Red Hat Inc.
+ * Copyright (C) 2009-201
1
Red Hat Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-133,8
+133,8
@@
public class GuestFS {
pr " * %s\n" doc;
pr " * @throws LibGuestFSException\n";
pr " */\n";
- pr " ";
);
+ pr " ";
generate_java_prototype ~public:true ~semicolon:false name style;
pr "\n";
pr " {\n";