diff options
Diffstat (limited to 'test/manual/cedet/tests/test.c')
-rw-r--r-- | test/manual/cedet/tests/test.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/test/manual/cedet/tests/test.c b/test/manual/cedet/tests/test.c index a46486927a7..c5958c4cbac 100644 --- a/test/manual/cedet/tests/test.c +++ b/test/manual/cedet/tests/test.c @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. + along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ /* Attempt to include as many aspects of the C language as possible. @@ -54,7 +54,7 @@ struct { int slot31; char slot32; float slot33; -} var_of_anonymous_struct; +} var_of_anonymous_struct; typedef struct mystruct1 typedef_of_mystruct1; typedef struct mystruct1 *typedef_of_pointer_mystruct1; @@ -80,7 +80,7 @@ struct { int slot61; char slot72; float slot83; -} var_of_anonymous_union; +} var_of_anonymous_union; typedef union myunion1 typedef_of_myunion1; typedef union myunion1 *typedef_of_pointer_myunion1; @@ -235,8 +235,7 @@ int funk3(arg_51, arg_53) int funk4_fixme(arg_61, arg_62) int arg_61, arg_62; { - + } /* End of C tests */ - |