浏览代码

* Hahaha, fixed the coding style example.

tags/v0.99.beta14
Sam Hocevar sam 19 年前
父节点
当前提交
5b25febea4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      doc/style.dox

+ 1
- 1
doc/style.dox 查看文件

@@ -65,7 +65,7 @@ return a + (b & x) + d[10];
int function(int a) int function(int a)
{ {
if(a & 0x84) if(a & 0x84)
return;
return a;


if(a < 0) if(a < 0)
{ {


正在加载...
取消
保存